Last Updated: Feb 14, 2022
Use this function to move the source folder to the given destination path. If the source folder does not exist, an error is raised alerting that the source folder does not exist.
Move folder (source_folder, destination_folder)
Input Parameter Name | Description |
---|---|
source_folder | Path of the folder to be moved |
destination_folder | Path where the folder should be moved to |
Move folder (C:\Invoicetable, E:\Invoices)
To view all the Folder functions, click here.