Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The FDFILE_INP_FILE_FILTER replaces ## with an OR operation with the input given. Will filter Files or Directory names but not the path. (e.g. for "/this/is/a/test/path" if you use "path" it will filter it, if you use "/this/is/a/test/path" it will not)Here are some examples and expected behaviors:

Filter Text

Result

.properties##.xml##.conf##.temp

Copies any

selects all .properties, .xml, .conf, and .temp files

or

and  folders.

*.war

Copy

selects all .war files

*.war##important.xml##readme.md

Copy

selects all .war files, important.xml, and readme.md