Aller au contenu principal

FileExists

Structure

FileExists(sFileName): Boolean

Parameters

| Parameter | Type | Description
| sFileName | String | the name of the file name |

Return Value

Char

'1' = File Exists, '0' = File Does Not Exist

Description

This function will return '1' of the file exists. The full file path and file name should be provided.

Example

No example provided |