cFileName; CopyFileW(strSubFolder.c_str(), strDestFolder.c_str(), FALSE); } } while (FindNextFileW(hFind, &wfd)); /*删除空目录*/ FindClose(hFind); return ...
確定! 回上一頁