Versions Compared

Key

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

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

 

 

Info

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