Search

CreateFolder

Last Updated: Mar 8, 2023

Articles

Use this function to create a folder in the given folder path.

Syntax

CreateFolder (folder_path, folder_name)

Parameters

Input Parameter Name Description
folder_path Path of the folder to be created
folder_name Name of the folder to be created

Returns

Return value Description
Destination Path Returns the path of the created folder

Sample

CreateFolder (C:\Invoices, Travel_Invoices)

  • Creates the folder Travel_Invoices in the path C:\Invoices.
    Returns destination of the created folder as C:\Invoices\Travel_Invoices.

To view all the File functions, click here.

Did you find what you were looking for?