Instructions for use

Through the iterateDirectory tool, the files in the file directory can be processed in batches, thereby saving the time required for repeated operations and improving the processing efficiency.

Parameter Description

Parameter Name Default Value Parameter Definition Parameter Type
The file directory path to be iterated   The files that need to be iterated, and the collection of directory paths where they are located String
Wildcard
(optional)
  * means to use any character, ? means to use any single character. Wildcards can be used to restrict input names, if no wildcards are used, all inputs are returned String
Recursion
(optional)
true Whether to recurse the files under the iterative folder, the default is to select recursive Boolean
Ignore empty folders
(optional)
true Whether to ignore case when matching wildcards, the default is to ignore case Boolean