DirectoryCopy
Copies a directory from one location to another
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The source directory | |
|
|
| The destination directory | |
|
|
| [ false ] whether to recurse in to sub-directories and create paths |
|
|
|
| [ "*" ] a file or directory filter to pass |
|
|
|
| [ true ] whether to create any nested paths required to the new directory |
|
Examples
Related
Last updated