Realbasic OS X:查找资源目录

发布于 2024-09-30 10:57:08 字数 156 浏览 4 评论 0原文

我将数据文件存储在 RealBasic 应用程序的资源目录中。但我如何以编程方式找到它呢?

我浏览了 SpecialFolder 类,但没有发现任何有用的东西。

该应用程序仅适用于 OS X,因此我不需要处理多平台问题。

谢谢!

伊万

I'm storing a data file in the resource directory of a RealBasic app. But how do I programmatically locate it?

I've looked through the SpecialFolder classes, but found nothing useful.

The app will be OS X only, so I don't need to take care of multiplatform issues.

Thanks!

Yvan

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

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

发布评论

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

评论(2

青柠芒果 2024-10-07 10:57:08

尝试 app.executablefile.parent.parent.child("资源")

try app.executablefile.parent.parent.child("Resources")

笑看君怀她人 2024-10-07 10:57:08

如果您有 MonkeyBread Software 插件,您可以使用这个:

  dim f as FolderItem 
  f = app.BundleResourceFolderMBS

我认为这更容易理解。

If you have the MonkeyBread Software plugins you can use this:

  dim f as FolderItem 
  f = app.BundleResourceFolderMBS

which I think is much easier to understand.

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