Skip to content

Directory List

DirectoryList returns a list of directories and optionally its sub-directories from a specified directory path.


The base directory from which to retrieve the directory list.

Select this checkbox to also return all subdirectories.

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.

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.