list-directories
Lists the subdirectories in the path (which may terminate with a wildcard) and returns the resulting string list.
Signature
list-directories(path:string) -> list of string |
Parameters
Name | Type | Description |
---|---|---|
path | string | Specifies the path to a directory. |