Workspace 6.21.5
|
Outputs the contents of a directory as a QStringList of file names. Can optionally execute recursively.
Inputs: | |||
---|---|---|---|
Directory | QString | ||
Recursion depth | int | Depth to recurse into directories. | |
Name filter | QString | Only files that match this pattern will be included in the list. | |
Regular expression | bool | ||
Files | bool | Includes files in the output list. | |
Directories | bool | Include directores in the output list. | |
Symbolic links | bool | Include symbolic links in the output list. | |
Hidden entries | bool | Include hidden files in the output list. | |
Sort results | bool | Sort results alpha-numerically. | |
Outputs: | |||
Entries | QStringList |