Test whether a file exists on the filesystem.
bool CExtAPI::file_FileExists(const char* lpFileName);
| Name | Type | Comment | 
|---|---|---|
| lpFileName | const char* | A handle to a C-style string containing the filename, the existence of which is to be determined. | 
False if the file does not exist or an error occurred, and true otherwise.
None.