Directory List
DirectoryList returns a list of directories and optionally its sub-directories from a specified directory path.
Properties
Section titled “Properties ”Directory Path
Section titled “Directory Path ”The base directory from which to retrieve the directory list.
Include Subdirectories
Section titled “Include Subdirectories ”Select this checkbox to also return all subdirectories.
Loop Results
Section titled “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
Section titled “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.