FileExists
Category: Files
Signature
FileExists(fileName As String)
Returns
Boolean
Description
Returns True when the named file exists.
This function checks the file path directly and does not open the file.
Example
If Not FileExists("config.dat") Then
Return
End If