Last Updated: Feb 14, 2022
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:\Invoice1.pdf, E:\Invoice)
To view all the File functions, click here.