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