Product Logo

CNS Menu

Dynamic Menus

Functions

CNSMenu_Folder_Exists

NameCNSMenu_Folder_Exists
Description

Checks for the existence of a folder.

FormatCNSMenu_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.

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