It is possible to accept a file name based on part of its name?
i have this at the moment:
Code: Select all
test*.mp4
- test123.mp4 - accepted
- test 123.mp4 - accepted
- 123test123.mp4 - accepted
- 123 test123.mp4 - accepted
- 123 test 123.mp4 - accepted
- tst123.mp4 - NOT accepted
- tes123.mp4 - NOT accepted
Thanks
Accept/Deny files
Here you can define what kind of files that will be accepted or denied. Supports wild card (*) and question mark(?) for single character. Multiple file names can be separated by pipe (|). Both "Accept" and "Deny" fields can be defined. Supports variables.
(Accept) Example: «*.mov|boat*.mxf» will seek for any kind of .mov file and any kind of .mxf file starting with «boat»
(Deny) Example: «Thumb.db|*.wav» will skip any .wav files and «Thumb.db» files generated by Windows.