FileExists should return a successful result if the file exists, or an error otherwise. Note: FileExists() fails if a directory of that name is present.
Implements CATFileSystem. Definition at line 57 of file CATFileSystem_Win32.cpp. References CATFileSystem::BuildPath(), CAT_ERR_FILE_DOES_NOT_EXIST, CAT_ERR_FILE_IS_DIRECTORY, CAT_SUCCESS, CATRESULTFILE, and CATFileSystem::fBasePath.
|