format
typescript
Directory.GetDirectories(path)class: Directory
description
Get all directory paths under the specified directory path. This method does not recursively retrieve directories under subdirectories.
parameter
| param_name | type | description |
|---|---|---|
| path | string | The specified directory path. |
return
| type | description |
|---|---|
string | An array of directory path strings. |
