可可移动目录

发布于 2024-10-15 16:55:15 字数 312 浏览 1 评论 0原文

如何移动可可中的目录?

每当我使用 NSFileManager 时都会出现错误。

NSFileManager* fileManager = [NSFileManager defaultManager];
[fileManager moveItemAtPath:[srcpath retain] toPath:[dstpath retain] error:&error];

我最终收到错误:

nameOfDir1 无法移动到 nameOfDir2

How do I move directories in cocoa?

Whenever I use NSFileManager I get an error.

NSFileManager* fileManager = [NSFileManager defaultManager];
[fileManager moveItemAtPath:[srcpath retain] toPath:[dstpath retain] error:&error];

I end up getting the error:

nameOfDir1 couldn't be moved to nameOfDir2

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青萝楚歌 2024-10-22 16:55:15

哦,我必须在要复制到的目录之后输入要复制的目录名称。

Oh, I had to enter the directory name that I'm copying after the directory that I'm copying to.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文