Retrieves a list of directories within the specified directory.
0 |
String |
Directory |
The directory in which to search. |
1 |
Boolean |
Recursive? |
Indicates whether subdirectories of the supplied directory should be recursively searched. |
2 |
String Ref List |
Sub-directories |
The list of directories. |
SUCCESS |
The list was retrieved successfully. |
FAILURE |
The provided directory was not found. |
None.