Last Updated: Feb 14, 2022
Use this function to copy the source file to the given destination path.
CopyFile (source_file, destination)
Input Parameter Name | Description |
---|---|
source_file | Path of the file to be copied |
destination | Path where the file should be copied to |
Return value | Description |
---|---|
Destination Path | Returns the path of the copied file |
CopyFile (C:\Invoice.pdf, E:\Invoices)
To view all the File functions, click here.