gpt4 book ai didi

c++ - C/C++ 使用自动递归文件夹/目录创建复制文件

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:27:24 68 4
gpt4 key购买 nike

在 Win32 API 中,有 CopyFile从字面上复制文件。但是,此 API 不会创建文件夹。例如,我想将 C:\Data\output.txt 复制到 D:\Temp\Data\output.txt。但是,目标文件夹 D:\TempD:\Temp\Data' 不存在。在这种情况下,这个 API 就失败了。

是否有方便的 API 可以自动递归地在拷贝上创建目录结构?当然,我可以做出这样的功能,但我希望有人已经做出了这个功能。

最佳答案

SHFileOperation应该做的伎俩。来自 MSDN:

Copy and Move operations can specify destination directories that do not exist. In those cases, the system attempts to create them and normally displays a dialog box to ask the user if they want to create the new directory. To suppress this dialog box and have the directories created silently, set the FOF_NOCONFIRMMKDIR flag in fFlags.

关于c++ - C/C++ 使用自动递归文件夹/目录创建复制文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1938679/

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