Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Mask escape character

There's no escape character. But you can use [[]* to match files starting with [.
sax

Mask escape character

Hi,
I'm trying to exclude files beginning with character '[' in the name from the transfer but I failed to find out the escape character for it. :? Is there any? Or do you use any regexp library for matching (PCRE) so that I can check its documentation? Thanks a lot!