Creating a directory In C or C++

前端 未结 4 1462
悲&欢浪女
悲&欢浪女 2021-01-18 11:44

How to create a directory with C code (other than the method of forking and using mkdir) ? Is there anything like dirent.h? dirent.h only allows to read directories. (withou

4条回答
提交回复
热议问题