This command copies the specified directory. It will copy both the directory and the files within that directory.
0 |
Directory Path |
Source Directory |
The directory to copy |
1 |
Directory Path |
Destination Directory |
The directory to build |
2 |
Boolean |
Replace Existing? |
True will replace the existing directory |
3 |
Boolean |
Show Progress? |
True will show the progress |
None.
SUCCESS |
The directory was Copied successfully. |
FAILURE |
The directory could not be found. |
None.