标签:tor multi pre create 二次开发 pat 二次 null ide
1 bool CreateDir(string path) 2 { 3 if (path.empty()) 4 { 5 return false; 6 } 7 8 CreateDirectory(multiByteToWideChar(path), NULL); 9 10 return true; 11 }
标签:tor multi pre create 二次开发 pat 二次 null ide
原文地址:https://www.cnblogs.com/xiang-L/p/14373038.html