Directory List
DirectoryList returns a list of directories and optionally its sub-directories from a specified directory path.
Properties
Directory Path
The base directory from which to retrieve the directory list.
Include Subdirectories
Select this checkbox to also return all subdirectories.
Loop Results
Select to return the directory names one at a time.
If selected, a loop is created for DirectoryList (see on Design canvas). Add processing instructions inside the loop.
Search Pattern
The search string to match against the names of directories.
Separate multiple patterns with a semicolon (;).
*
matches zero or more characters.
?
matches exactly zero or one character.
Last updated