FileExists

Category: Files

Back to System Functions


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