FileManager-based profile mounts

This commit is contained in:
Glenn Maynard
2003-12-05 00:07:18 +00:00
parent 97d04e7fac
commit a31ff1f434
6 changed files with 115 additions and 84 deletions
+3 -1
View File
@@ -20,7 +20,9 @@ public:
int GetFileSizeInBytes( const CString &sPath );
int GetFileModTime( const CString &sPath );
void AddFS( CString Type, CString RealPath, CString Root );
void Mount( CString Type, CString RealPath, CString MountPoint );
bool IsMounted( CString MountPoint );
bool MountpointIsReady( CString MountPoint );
/* Used only by RageFile: */
RageFileObj *Open( const CString &sPath, RageFile::OpenMode mode, RageFile &p, int &err );