Last Updated: Feb 14, 2022
Use this function to create a folder in the given folder path.
CreateFolder (folder_path, folder_name)
Input Parameter Name | Description |
---|---|
folder_path | Path of the folder to be created |
folder_name | Name of the folder to be created |
Return value | Description |
---|---|
Destination Path | Returns the path of the created folder |
CreateFolder (C:\Invoices, Travel_Invoices)
To view all the File functions, click here.