Workspace 6.21.5
FileSeriesFormat

Outputs information about the structure of the file names in a file series. This can be useful for extracting the unique information about each file in the series. For example, if the input file path is "myfile_001.txt", this operation will provide information about the prefix, the amount of numeric padding and the suffix.

  • Default label: "File series format"
  • Member of plug-in: Built-in
  • Catalogue path: Builtin/String
Inputs:
File pathQString

Allow floating point sequence numbersbool

Ignore numbers in suffixbool

Outputs:
PrefixQString

PaddingintThe number of digits used to pad out the file series number.
SuffixQString

Format stringQString

A string representing the format of each file in the series with N inserted as a placeholder for the number in the series.