Movefile Method

 Object: FileManager
 Syntax: MoveFile ([in] Source, [in] Destination, [in, optional] OverWrite)
 Description: This method moves, or renames, a file from the source to the destination location. By default, it overwrites the destination file. Set OverWrite to False to not overwrite the destination file.

 

Previous Page Next Page