cf_copydirectory
| Click to Download |
Description |
| Copies a directory and all its files and sub directories to a specified location. |
Usage |
| Useful for backing up files and folders |
Attributes |
||
| createdirectory | Optional | Yes or No. Creates directories and sub directories if they do not exists. Default is "yes". |
| nameconflict | Optional | The operation if file or folder already exists. Accepted values are "error", "makeunique", "skip" and "overwrite". Default is "overwrite" |
| source | Required | The path to the source directory that you wish to copy |
| destination | Required | The path to the destination directory that you wish to copy to |
