DirectoryList

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 semi-colon(;).

* matches zero or more characters.

? matches exactly zero or one character.