This commit is contained in:
Glenn Maynard
2004-02-27 06:24:26 +00:00
parent 6946ff5596
commit 74eb8a43ee
+2 -1
View File
@@ -99,7 +99,8 @@ public:
void GetFilesSimpleMatch(const CString &dir, const CString &fn, vector<CString> &out, bool bOnlyDirs); void GetFilesSimpleMatch(const CString &dir, const CString &fn, vector<CString> &out, bool bOnlyDirs);
/* Search for "path" case-insensitively and replace it with the correct /* Search for "path" case-insensitively and replace it with the correct
* case. If "path" doesn't exist at all, return false and don't change it. */ * case. If only a portion of the path exists, resolve as much as possible.
* Return true if the entire path was matched. */
bool ResolvePath( CString &path ); bool ResolvePath( CString &path );
RageFileManager::FileType GetFileType( const CString &path ); RageFileManager::FileType GetFileType( const CString &path );