Port ResolvePath from OpenITG.

Also, forgot to [sqlite] this earlier.
This commit is contained in:
Jason Felds
2011-06-15 22:36:58 -04:00
parent 4379df289d
commit bfe6e0076d
2 changed files with 42 additions and 0 deletions
+6
View File
@@ -37,6 +37,12 @@ public:
int GetFileSizeInBytes( const RString &sPath );
int GetFileHash( const RString &sPath );
/**
* @brief Get the absolte path from the VPS.
* @param path the VPS path.
* @return the absolute path. */
RString ResolvePath(const RString &path);
bool Mount( const RString &sType, const RString &sRealPath, const RString &sMountPoint, bool bAddToEnd = true );
void Mount( RageFileDriver *pDriver, const RString &sMountPoint, bool bAddToEnd = true );