Workspace 6.21.5
|
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.
Inputs: | |||
---|---|---|---|
File path | QString | ||
Allow floating point sequence numbers | bool | ||
Ignore numbers in suffix | bool | ||
Outputs: | |||
Prefix | QString | ||
Padding | int | The number of digits used to pad out the file series number. | |
Suffix | QString | ||
Format string | QString | A string representing the format of each file in the series with N inserted as a placeholder for the number in the series. |