Copy a File/Folder
This action offers the possibility to copy a single file or an entire group of files (using a wildcard) to another destination folder.
To copy an entire folder, just specify the folder name followed by
\*.*, like %SRC%\*.* or c:\my documents\*.pas.
Properties
Section titled “Properties”| Property Name | Data Type | Description |
|---|---|---|
| Destination | String | This property indicates the full path + filename of the destination file. For example: %DESTPATH%\Hello.exe If you use wildcards in the Source property, this property indicates the folder where all source files should be copied. For example %DESTPATH%\My Folder\ (warning: it should always end by a directory slash \). |
| MoveFiles | Boolean | Indicates that the source files should be deleted once they have been copied. |
| OverwriteIfExists | Boolean | If the destination file exists, indicates whether the package should overwrite the existing file or skip it. |
| ShowProgress | Boolean | Indicates whether a progress monitor is displayed or not (Windows shell dialog box). |
| Source | String | Path to the source file(s) to be copied to the Destination file. It can be a path to a single source file, or a path to a folder followed by a wildcard. For instance, %SYS%\My shared\*.dll |
Action Catalog Browse all available custom actions.