使用核心数据(文件和文件夹)模拟文件系统结构

发布于 2024-10-09 11:08:59 字数 331 浏览 4 评论 0原文

我想在我的应用程序中模拟文件和文件夹结构。实际上我已经用真实的文件夹和文件做到了,但 iTunes 不支持它,我也希望用户能够通过 iTunes 导出和导入文件。 所以问题是文件夹在itunes中不可见(在Windows中它们是可见的,但无论如何都无法选择。)因此不可能导出所有文件或导入文件夹内的文件

所以,我想知道是否可以模拟文件系统使用 CoreData,其中文件夹可以包含 X 子文件夹和 Y 文件。 (由于 iTunes 不支持文件夹,因此它们必须不是真正的文件夹)

如何对数据进行建模来实现此目的?

我将不胜感激任何链接、帮助或想法。

谢谢伊格纳西奥

I want to simulate files and folders structure inside my app. Actually I already did it with real folders and files but itunes does not support it and I also want the user to be able to export and import files through iTunes.
So the problem is folders are not visible in itunes (in Windows they are visible but they cannot be selected anyway.) Hence is not possible to export all files or import a file inside folders

So, I wonder if its possible to simulate a file system using CoreData where folders can contain X subfolders and Y files. (Since iTunes does not support folders they have to be no real folders)

How can I model my data to accomplish this?

I would appreciate any link, help or idea.

thanks

Ignacio

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

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

发布评论

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

评论(1

奶气 2024-10-16 11:08:59

iTunes 不支持文件夹。但是,iTunes 可以支持包含文件和文件夹的 zip。在 Apple 开发者网站中检查一些 Drilldown 应用程序,或者用谷歌搜索一下。

iTunes will not support folders. But, iTunes can support a zip with files and folders. Check for some Drilldown applications in Apple developers site, or google it.

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