如何获取应用程序包中的 Scripts 文件夹?

发布于 2024-08-28 04:59:04 字数 250 浏览 7 评论 0原文

我对 AppleScript 很陌生,所以这是一个真正的基本问题,但我在 AppleScript 参考文献中找不到答案或示例。指导。

我正在制作一个简单的脚本,将其捆绑为应用程序文件,在 AppleScript 编辑器中,我可以看到应用程序的 Bundle Contents,其中有一个图标、一个描述文件和一个 脚本文件夹。如何从脚本访问该内容以及如何访问 scripts 文件夹 内的脚本?

I'm really new to AppleScript so this is a real basic question but I couldn't find the answer or an example in the AppleScript ref. guide.

I'm making a simple script that I'll bundle as an application file, in the AppleScript Editor I can see the app's Bundle Contents in which I have an icon, a description file and a Scripts folder. How do I access that content from the script and how do I access the scripts inside the scripts folder?

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

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

发布评论

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

评论(1

遗失的美好 2024-09-04 04:59:04

如果将脚本保存为脚本包或应用程序包,则可以使用资源路径命令,例如:

path to resource "description.rtfd"

另请参阅命令参考

If you save your script as a script bundle or as an application bundle you can use the path to resource command, e.g.:

path to resource "description.rtfd"

Also see Commands Reference.

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