Post a reply

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

franciscoamores

Mask working when downloading files but not when listing

Hello,
I have the following file mask:
XXX_TB_*_202307_Actual_20[1-9][0-9][0-9][0-9][0-9][0-9]_[0-9][0-9][0-9][0-9][0-9][0-9].csv

It works for the GetFiles but not for EnumerateRemoteFiles.
However, this one works when enumerating: XXX_TB_*_202307_Actual_20*.csv

It looks like the regex resulting from that mask does not work.

Anyone have seen this issue?
Thanks