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