Using this method you can copy a file on a server disk drive.
PARAMETERS
Parameter
|
Type
|
Description
|
---|---|---|
SourcePath | String (Context Store Reference, Data Constant Reference) | A path to an input file. |
DestinationPath | String (Context Store Reference, Data Constant Reference) | A path to an output file. |
CreateDirectory | Boolean (Data Constant Reference) | If true, necessary directories will be created according to the value specified in Path parameter. |
Overwrite | Boolean (Data Constant Reference) | If true and there is already a file of the same name at the destination, it will be overwritten. |