Files
itgmania212121/stepmania/src/RageUtil_FileDB.h
T
Glenn Maynard 524c29c1e2 split off FDB
2003-07-03 02:41:27 +00:00

13 lines
311 B
C

#ifndef RAGE_UTIL_FILEDB
#define RAGE_UTIL_FILEDB 1
bool DoesFileExist( const CString &sPath );
bool IsAFile( const CString &sPath );
bool IsADirectory( const CString &sPath );
unsigned GetFileSizeInBytes( const CString &sFilePath );
bool DoStat(CString sPath, struct stat *st);
void FlushDirCache();
#endif