ResolvePath() in DerefRedir() to fix path problems on non-Win platforms

This commit is contained in:
Chris Danford
2003-07-10 11:47:28 +00:00
parent e5b4b4be6c
commit 571a21eff8
3 changed files with 12 additions and 2 deletions
+2
View File
@@ -416,6 +416,8 @@ void GetDirListing( CString sPath, CStringArray &AddTo, bool bOnlyDirs, bool bRe
}
}
bool ResolvePath(CString &path) { return FDB.ResolvePath(path); }
#if 0
bool DoesFileExist( const CString &sPath ) { return FDB.DoesFileExist(sPath); }