DELSVN3

来源:互联网 发布:主题投资知乎 编辑:程序博客网 时间:2024/06/07 15:50

void DoStart(bool DoImmediately)
{
    CString sCurDir = getCurrentDir(); 
    if(DoImmediately)
    {
        iDeletedCount = 0;
        Dofind(LPCTSTR(sCurDir));
        cout <<"Deleted directories: " <<iDeletedCount<<endl;
    }
    else
    {