Reenable caching for IsAFile, etc; the old problems may be fixed. This

should improve speed in SongManager::WriteStatsWebPage (through Song::HasBanner).
This commit is contained in:
Glenn Maynard
2003-08-28 15:39:18 +00:00
parent eab262e0bc
commit d686ff1d75
+1 -1
View File
@@ -421,7 +421,7 @@ void GetDirListing( CString sPath, CStringArray &AddTo, bool bOnlyDirs, bool bRe
bool ResolvePath(CString &path) { return FDB.ResolvePath(path); }
#if 0
#if 1
bool DoesFileExist( const CString &sPath ) { return FDB.DoesFileExist(sPath); }
bool IsAFile( const CString &sPath ) { return FDB.IsAFile(sPath); }
bool IsADirectory( const CString &sPath ) { return FDB.IsADirectory(sPath); }