CopyFolder Method

 Object: FileManager
 Syntax: CopyFolder ([in] SourceDirectory, [in] DestinationDirectory, [in, optional] OverWrite)
 Description: This method copies the source folder, sub-folders, and files to another location.

If OverWrite is True, all similarly named files are overwritten. It is True by default. Set OverWrite to False to not overwrite the destination files.

 

Previous Page Next Page