摘要:
ok = CreateDirectory(TempFolder, NULL); if ((! ok) && GetLastError() == ERROR_ALREADY_EXISTS) ok = TRUE; WCHAR filename[MAX_PATH + 64]; ZeroMemory(fil 阅读全文
posted @ 2022-02-18 18:03
无名使者
阅读(599)
评论(0)
推荐(0)