2003-07-03 02:41:27 +00:00
|
|
|
#ifndef RAGE_UTIL_FILEDB
|
|
|
|
|
#define RAGE_UTIL_FILEDB 1
|
|
|
|
|
|
|
|
|
|
bool DoesFileExist( const CString &sPath );
|
|
|
|
|
bool IsAFile( const CString &sPath );
|
|
|
|
|
bool IsADirectory( const CString &sPath );
|
2003-07-10 11:47:28 +00:00
|
|
|
bool ResolvePath(CString &path);
|
2003-07-03 02:41:27 +00:00
|
|
|
unsigned GetFileSizeInBytes( const CString &sFilePath );
|
2003-09-23 00:09:10 +00:00
|
|
|
int GetFileModTime( const CString &sPath );
|
2003-07-03 02:41:27 +00:00
|
|
|
|
|
|
|
|
void FlushDirCache();
|
|
|
|
|
|
|
|
|
|
#endif
|