FileCopy
Method Signature
FileCopy(source=[string], destination=[string], createPath=[boolean], overwrite=[boolean], accept=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Copy file from here to there
fileCopy( sourceFile, destinationFile );
Additional Examples
Related
Last updated
Was this helpful?
