needs more debugging than I can muster at 5am

This commit is contained in:
Glenn Maynard
2003-06-06 08:38:21 +00:00
parent a3fb5c3f67
commit 09acdd7da8
+2 -2
View File
@@ -1063,11 +1063,11 @@ bool FilenameDB::IsADirectory( const CString &sPath )
return fs.IsADirectory(Name); return fs.IsADirectory(Name);
} }
#if 0
bool DoesFileExist( const CString &sPath ) { return FDB.DoesFileExist(sPath); } bool DoesFileExist( const CString &sPath ) { return FDB.DoesFileExist(sPath); }
bool IsAFile( const CString &sPath ) { return FDB.IsAFile(sPath); } bool IsAFile( const CString &sPath ) { return FDB.IsAFile(sPath); }
bool IsADirectory( const CString &sPath ) { return FDB.IsADirectory(sPath); } bool IsADirectory( const CString &sPath ) { return FDB.IsADirectory(sPath); }
#else
#if 0
bool DoesFileExist( const CString &sPath ) bool DoesFileExist( const CString &sPath )
{ {
if(sPath.empty()) return false; if(sPath.empty()) return false;