standard.C.io.FileExists

FileExists is available since version 1.0.

Prototype:

boolean FileExists(string path)

Parameters

path
[in] A string containing the path of the file.

Description:

Checks if a file exists. If path is a directory, then this function returns false. For directories, check DirectoryExists.

Return value:

Returns true if the file exists, false otherwise.