C++ 快速建立多級文件夾

BOOL CreateDirectory( LPCTSTR lpPathName, LPSECURITY_ATTRIBUTES lpSecurityAttributes ); 這個是大多數用戶都知道的,可是這個有缺點,只能是一層一層的建立。。。非常麻煩!! 下面給你們介紹一個函數: BOOL MakeSureDirectoryPathExists( PCSTR DirPath );
相關文章
相關標籤/搜索