Skip to main content

FileExists

Structure

FileExists(sFileName): Boolean

Parameters

ParameterTypeDescription
sFileNameStringthe 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