保存“项目”类型文档(包含子文档)

发布于 2024-08-24 14:36:40 字数 267 浏览 7 评论 0原文

我正在尝试创建一个类似“项目”的文档,因为它包含指定目录中的子文档。我想要一个全新的文档保存来设置该目录和适当的子目录。我想要“另存为”将所有这些子目录及其中的任何文件复制到新位置。但我希望“保存”仅更新某些数据文件并且(当然)不覆盖所有子文档!

执行此操作的“安全”方法是什么?我尝试跟踪文件在我的文档中的位置,并检查它是否与保存位置相同或不同,但感觉很混乱,我担心苹果正在幕后做一些事情,这会让这个在某些情况下,直接 URL 到 URL 比较会失败。

有没有标准的方法来做这样的事情?

I'm trying to create a "project"-like document, in that it contains subdocuments in a specified directory. I'd like a brand new save of a document to set up that directory with appropriate subdirectories. I'd like a "Save As" to copy all those subdirectories and any files within them to the new location. But I'd like a "Save" to only update certain data files and (of course) not overwrite all the subdocuments!

What's the "safe" way to do this? I tried keeping track of the file's location in my document, and checking to see if it was the same or different than the save location, but it feels messy, and I'm worried that Apple is doing something behind the scenes that will make this direct URL-to-URL comparison fail in some circumstances.

Is there a standard way to do something like this?

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

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

发布评论

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

评论(1

↙厌世 2024-08-31 14:36:40

NSFileWrapper 在 Snow Leopard 中具有增量写入支持,它将使用硬链接而不是复制。这似乎正是您正在寻找的。

有关详细信息,请参阅博客条目。

NSFileWrapper has incremental writing support in Snow Leopard, which will use hard links instead of copying. This seems like exactly what you're looking for.

See this blog entry for more information.

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