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.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