Game Accessibility Library logo SourceForge.net Logo
Game Accessibility Suite: CATFileSystem::PathExists
virtual CATResult CATFileSystem::PathExists ( const CATString pathname  )  [pure virtual]

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

Parameters:
pathname - path to dir to check for existance.
Returns:
CATResult - successful result if the file is found.

Implemented in CATFileSystem_Win32.


Generated on Mon Feb 11 04:10:28 2008 for Game Accessibility Suite by doxygen 1.5.4