C++ 快速建立多级文件夹

BOOL CreateDirectory( LPCTSTR lpPathName, LPSECURITY_ATTRIBUTES lpSecurityAttributes ); 这个是大多数用户都知道的,可是这个有缺点,只能是一层一层的建立。。。非常麻烦!! 下面给你们介绍一个函数: BOOL MakeSureDirectoryPathExists( PCSTR DirPath );
相关文章
相关标签/搜索