FileCopy
Copies a file from one location to another
Method Signature
Arguments
Argument
Type
Required
Description
Default
source
string
true
The source file
destination
string
true
The destination file
createPath
boolean
false
[ true ] whether to create any nested paths required to the new file
true
Examples
Related
Last updated