format
typescript
Directory.Copy(src, dst)class: Directory
description
Copy a folder to a specified path, including all files within it.
parameter
| param_name | type | description |
|---|---|---|
| src | string | The source folder path. |
| dst | string | The destination path. |
return
| type | description |
|---|---|
boolean | Whether the operation was successful. |
