摘要:
Create Directory Using Windows api, include <windows.h> if (0 == ::CreateDirectoryA(_root.c_str(), nullptr)) { DWORD errcode = ::GetLastError(); if (errcode == ERROR_ALREADY_EXI... 阅读全文
posted @ 2013-05-20 11:54 Roger Luo 阅读(1306) 评论(0) 推荐(0) 编辑