format
typescript
Directory.Delete(path)class: Directory
description
Deletes the directory at the specified path.
If the directory contains files and subdirectories, it recursively deletes all child resources.
parameter
| param_name | type | description |
|---|---|---|
| path | string | The specified path. |
return
| type | description |
|---|---|
boolean | Whether the operation was successful. |
