| Name | CNSImage_File_Exists |
|---|
| Description | This function will check to see if a file exists.
|
|---|
| Return Type | Number (1=True, 0=False) |
|---|
| Format | CNSImage_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" )
|
|---|