Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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 .properties, .xml, .conf, and .temp files or folders.

*.war

Copy all .war files

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

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




  • No labels