忘了在哪看到的, 代码如下:
std::wstring newFilename = tempFileName.c_str();
newFilename += _T("new.txt");
if (!MoveFileEx(tempFileName.c_str(), newFilename.c_str(), flags )) {
//error handling if call fails
}
忘了在哪看到的, 代码如下:
std::wstring newFilename = tempFileName.c_str();
newFilename += _T("new.txt");
if (!MoveFileEx(tempFileName.c_str(), newFilename.c_str(), flags )) {
//error handling if call fails
}