DirExists should return a successful result if the dir exists, or an error otherwise. Note: DirExists() fails if a file of the specified name exists.
Implements CATFileSystem. Definition at line 84 of file CATFileSystem_Win32.cpp. References CATFileSystem::BuildPath(), CAT_ERR_DIR_DOES_NOT_EXIST, CAT_ERR_DIR_IS_FILE, CAT_SUCCESS, CATRESULTFILE, and CATFileSystem::fBasePath. Referenced by CreateDir().
|