Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.01 KB

File metadata and controls

61 lines (49 loc) · 2.01 KB

Function: FileCopy

Copies a file from one location to another

Method Signature

FileCopy(source=[string], destination=[string], createPath=[boolean])

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