Search

Create Folder

Last Updated: Dec 3, 2020

Articles

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

Syntax

Create Folder (folderpath, foldername)

Parameters

Input Parameter Name Description
folderpath Path of the folder to be created
foldername Name of the folder to be created

Returns

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

Sample

Create Folder (C:\Invoices, Travel_Invoices)

  • Creates the folder ‘Travel_Invoices’ in the path ‘C:\Invoices’. The destination of the created folder is returned as ‘C:\Invoices\Travel_Invoices’.

To view all the File functions, click here.

Did you find what you were looking for?