Product Logo

CNS Barcode

Scan and Generate Barcodes

Functions

CNSBC_Folder_Create

NameCNSBC_Folder_Create
Description

Creates a folder.

Return TypeText
FormatCNSBC_Folder_Create ( Folder )
Required Parameters
Folder

The path and folder name of the folder you want to create.

Example
Example 1

Creates a new Folder with the name "New Folder" on the user's Desktop.

CNSBC_Folder_Create( "~/Desktop/New Folder" )