PathExists should return a successful result if a dir or a file of that name exists. If it is a file, returns CAT_STAT_PATH_IS_FILE. IF it is a dir, returns CAT_STAT_PATH_IS_DIRECTORY Note: DirExists() fails if a file of the specified name exists.
Implements CATFileSystem. Definition at line 168 of file CATFileSystem_Win32.cpp. References CATFileSystem::BuildPath(), CAT_ERR_PATH_DOES_NOT_EXIST, CAT_STAT_PATH_IS_DIRECTORY, CAT_STAT_PATH_IS_FILE, CATRESULTFILE, and CATFileSystem::fBasePath.
|