文件管理 - Ring3建立目录

1 //多字符集 2 3 #include "stdafx.h" 4 #include <Windows.h> 5 #include <iostream> 6 7 using namespace std; 8 9 BOOL MakeSureDirectoryPathExists(char* DirectoryFullPath); 10 11 int main() 12 {
相关文章
相关标签/搜索