Last Updated: Dec 3, 2020
Use this function to move the source file to the given destination path. If the source file does not exist, an error is raised alerting that the source file does not exist.
Move File (source_file, destination)
Input Parameter Name | Description |
---|---|
source_file | Path of the file to be moved |
destination | Path where the file should be moved to |
Move File (C:\Test.pdf, C:\Invoice.pdf, E:\Invoice.pdf) = True
To view all the File functions, click here.