Search

Move Folder

Last Updated: Mar 8, 2023

Articles

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.

Syntax

Move folder (source_folder, destination_folder)

Parameters

Input Parameter Name Description
source_folder Path of the folder to be moved
destination_folder Path where the folder should be moved to

Sample

Move folder (C:\Invoicetable, E:\Invoices)

  • Moves the folder in the path C:\Invoicetable to the path E:\Invoices.

To view all the Folder functions, click here.

Did you find what you were looking for?