BE_FileCopy

BE_FileCopy(fromFilePath;toFilePath)



Copies the file specified in the fromPath path parameter, to the location in the toPath path parameter.  Both paths are full paths not folders, including the output filename.  

Parameters:

- fromFilePath :

- toFilePath :

Keywords:

File Copy


Version History:

- 1.1 :

- 1.2 : Added support for copying directories.

- 4.0.2 : Renamed from BE_CopyFiles

Notes:

- This function does not behave the same as /bin/cp.

- Important to note that the 'to' path needs to end with the desired name of the file.

Code Examples:

BE_FileCopy ( "/Users/username/Desktop/fileA.fp7" ; "/Users/username/path/to/file/fileA_copy.fp7" )


Still need help? Contact Us Contact Us