Product Logo

CNS Image

Import, edit, and export Images in the FileMaker environment

Functions

CNSImage_File_Exists

NameCNSImage_File_Exists
Description

This function will check to see if a file exists.

Return TypeNumber (1=True, 0=False)
FormatCNSImage_File_Exists ( File )
Required Parameters
File

The Path and File Name of the File you want to Find.

Examples
Example 1

Returns "True" if the "ithink.jpg" file exists on Windows.

CNSImage_File_Exists( "c:\random\ithink.jpg" )
Example 2

Returns "True" if the "ithink.jpg" file exists on Mac.

CNSImage_File_Exists( "/random/ithink.jpg" )