文件管理 - 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 {
相關文章
相關標籤/搜索