Spotted and commented (but NOT corrected :-( a bug in case the ResDir

exists and is empty
This commit is contained in:
evomarc 2001-09-04 06:41:34 +00:00
commit 62dfe13c3a

View file

@ -94,6 +94,8 @@ bool testDirRes(std::string _dirName, bool _erase)
return true; return true;
} }
//else //else
// WARNING: bug if dir exists and is empty; this says it is not!
// shoudl use scandir instead - no time now :-((( MS Aug. 01
s = "Dir " + _dirName + " is not empty"; s = "Dir " + _dirName + " is not empty";
throw runtime_error(s); throw runtime_error(s);
return true; return true;