needs more debugging than I can muster at 5am
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user