在 AppleScript 中,我习惯于调用:
set audio_file to (path to me as string) & "Contents:Resources:Audio:Music.mp3"
display dialog "Path: " & (quoted form of POSIX path of audio_file)
我现在在 Xcode 的 Cocoa-AppleScript 项目中拥有此代码。它编译得很好,但脚本根本没有运行。对话框永远不会显示。
没有(path to me as string)
它的工作,但没有路径。