Product Logo

CNS Image

Import, edit, and export Images in the FileMaker environment

Functions

CNSImage_Folder_Exists

NameCNSImage_Folder_Exists
Description

Checks for the existence of a folder.

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

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