Test whether a file exists.
| Declaration | zFile.h |
|---|---|
| Implementation | zFile.cpp |
bool zfile_FileExists(const char* lpFileName);
| Name | Type | Comment |
|---|---|---|
| lpFileName | const char* | A pointer to a C-style string containing the full path name of the file whose existence is to be tested. |
True if the file is found at lpFileName, and false otherwise.
None.