gpt4 book ai didi

c++ - 如何在 C++ 中创建目录?

转载 作者:太空宇宙 更新时间:2023-11-04 11:31:32 26 4
gpt4 key购买 nike

我正在尝试在 C++ 中创建多个目录。

这是我正在做的:

string folder="SYSTEM/app";
string patchFolder="D:/cpp/prototype/New_delta/patch/" + folder;
string mkdirCommand="mkdir " + patchFolder;
system(mkdirCommand.c_str());

但它给出:命令的语法不正确。

prototype 的路径存在,如果不存在,则必须创建多个文件夹(New_delta、patch 等)。

这有什么问题,如何纠正?请。

谢谢。

最佳答案

您可以使用 Boost 库。查看3rd answer here

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

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