GetDirectoriesInDirectory
From Onset Developer Wiki
Description
Gets the directories in a specific directory.
Syntax
GetDirectoriesInDirectory(Path, bRecursive)
Parameters
- Path
Path as a string from where to get the directory names. - bRecursive
Whether to get directories form subdirectores as well. Default: false
Return Value
- Returns the directory names in a table.