Workspace 6.21.5
FilePathBuilder

Creates a set of file paths corresponding to a base directory and a list of paired input/output values. Each output value is a file path with the form:

<Directory>/
    <Filename prefix><Time stamp><input-value*>

*You can add a custom prefix and/or suffix to an individual path inside the Properties page

  • Default label: "Build file paths"
  • Member of plug-in: Built-in
  • Catalogue path: Builtin/System
Inputs:
DirectoryQStringBase directory
Filename prefixQStringPrefix to be added to every filename sitting under the root. Leave empty if you don't want a prefix.
Time stampQStringFormat string for adding a timestamp to the directory name. Leave empty if you don't want a time stamp.

Example: yyyyMMdd.hhmmss

Formatting is based on QDateTime, for more details see https://doc.qt.io/qt-5/qdate.html#toString
Create directorybool

If true, the output directory is created if it does not already exist