将 NSURL 转换为 AppleScript 文件路径
我正在使用 NSAppleScript 从我的应用程序中运行 applescript。我的问题是我有一个 NSURL,我想将其转换为字符串。当我转换它时,我得到:path/to/my/file,但applescript需要path:to:my:file。如何将我的 NSURL 转换为这种格式?谢谢。
I am using NSAppleScript to run applescript from within my application. My problem is that I have an NSURL that I want converted to string. When I convert it, I get: path/to/my/file, but applescript requires path:to:my:file. How can I convert my NSURL into this format? THanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能会发现这很有用,它将 pathString 转换为 HFS 样式路径(带冒号):
You might find this useful it will convert the pathString to a HFS style path (with colons):
而不是
使用
instead of
use