void DoStart(bool DoImmediately)
{
CString sCurDir = getCurrentDir();
if(DoImmediately)
{
iDeletedCount = 0;
Dofind(LPCTSTR(sCurDir));
cout <<"Deleted directories: " <<iDeletedCount<<endl;
}
else
{
DELSVN3
最新推荐文章于 2025-02-16 14:58:52 发布