Product Logo

CNS Barcode

Scan and Generate Barcodes

Functions

CNSBC_Folder_Exists

NameCNSBC_Folder_Exists
Description

Checks for the existence of a folder.

FormatCNSBC_Folder_Exists ( Folder )
Required Parameters
Folder

The path of the folder you want to find.

Example
Example 1

Returns 1 if a Folder named "New Folder" exists on the user's Desktop.

CNSBC_Folder_Exists( "~/Desktop/New Folder/" )