Workspace 6.21.5
|
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
Inputs: | |||
---|---|---|---|
Directory | QString | Base directory | |
Filename prefix | QString | Prefix to be added to every filename sitting under the root. Leave empty if you don't want a prefix. | |
Time stamp | QString | Format 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 directory | bool | If true, the output directory is created if it does not already exist |