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