gpt4 book ai didi

c++ - 在 C 或 C++ 中创建目录

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:05:48 25 4
gpt4 key购买 nike

如何用 C 代码创建一个目录(除了 fork 和使用 mkdir 的方法)?有没有类似 dirent.h 的东西? dirent.h 只允许读取目录。 (不使用外部库)

最佳答案

使用 mkdir function .

#include <sys/stat.h>
#include <sys/types.h>
int mkdir(const char *pathname, mode_t mode);

关于c++ - 在 C 或 C++ 中创建目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2256913/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com