Search

Create Folder (Dep.)

Articles

This function is deprecated. Use Create Folder.

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.
    Returns destination of created folder as C:\Invoices\Travel_Invoices.

To view all the File functions, click here.

Did you find what you were looking for?