Versions Compared

Key

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

...

  • Source file specifications, not destination file specifications. (Under some operating systems, it is possible for * and ? to be valid characters in a file name. If they appear in a destination file, they are treated as file characters, not as wildcards or regular expressions.)
  • File name portion of file specifications, not as part of the directory.

Anchor
Wildcards
Wildcards

Wildcards

Universal Controller supports two wildcards:

...

  • *, *.*, test*.*, and tes?**. will match all of the files.
  • *.txt will match files 1 - 4.
  • *.bin will match files 5 - 8.
  • test?.txt will match files 2 - 4.

Anchor
Regular Expressions
Regular Expressions

Regular Expressions

Warning
titleImportant!

POSIX Extended Regular Expression syntax is used for file name matching and string matching.

...