標準c判斷目錄是否存在

#include <io.h> // For access(). #include <sys/types.h> // For stat(). #include <sys/stat.h> // For stat(). #include <iostream> #include <string> using namespace std; string strPath; cout << "Enter di
相關文章
相關標籤/搜索