DirectoryCopy
Alias:DirectoryCopy
Output:Unit
Copy a directory
Parameter | Type | Required | Position | Default Value | Summary |
---|---|---|---|---|---|
SourceDirectory | string | ✔ | 1 | The source directory name | |
DestinationDirectory | string | ✔ | 2 | The destination directory name | |
Overwrite | bool | 3 | false | True if the destination file can be overwritten | |
CopySubDirectories | bool | 4 | false | True to also copy subdirectories |