Open Dev Kit Documentation :: General :: Filesystem :: File Copy
Root.Filesystem.FileCopy( Source String, Destination String, Overwrite Boolean ) BooleanCopies a file from location to another
Parameters
- Source String
- Location of the file to be copied
- Destination String
- New location (including file name) of the pasted file
- Overwrite Boolean
- If the file should be saved over a destination file if it already exists; skips otherwise
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page
