DirectoryIterator¶
- MacroModule¶
genre
author
package
definition
keywords
Windows¶
Default Panel¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visible Fields¶
Input Path¶
- name: inputPath, type: String¶
The input path to iterate over
Mode¶
- name: mode, type: Enum, default: Files¶
Option whether to iterate over files, folders or both
Values:
Title |
Name |
|---|---|
Files |
Files |
Directories |
Directories |
Files and Directories |
FilesAndDirectories |
Recursive¶
- name: recursive, type: Bool, default: FALSE¶
Flag whether to recursively scan the directory
Current Path¶
- name: currentPath, type: String, persistent: no¶
The path of the current iteration
[ trigger for each path that is set above ]¶
- name: iterationDone, type: Trigger, persistent: no¶
Trigger that is touched for each iteration after the path is set
Message¶
- name: statusMessage, type: String, persistent: no¶
A status message indicating current state
Status¶
- name: status, type: Enum, persistent: no¶
A status code indicating the current state
Values:
Title |
Name |
|---|---|
Finished |
Finished |
Iterating |
Iterating |
Failure |
Failure |
Next¶
- name: next, type: Trigger¶
Calculates the next path
All At Once¶
- name: allAtOnce, type: Trigger¶
Calculates all paths which is the same as pressing next until the iteration is finished
Reset¶
- name: reset, type: Trigger¶
Resets the iteration to the beginning