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

Compare with Current View Page History

« Previous Version 3 Next »

Continua uses an Ant-like wildcard syntax in various Actions and workspace rules to find files.

The three wild cards are:

CharacterBehavior
**Matches and files in any directories
*Matches files in in a directory
?Matches a single character in a file/directory name

 

 

For more information on Ant patterns, see the official documentation at http://ant.apache.org/manual/dirtasks.html#patterns

 

 

  • No labels