标签: applescript
有没有一种简单的方法可以获得AppleScript本身祖父母的路径? 目前我有:
Interface
这有效,但有点麻烦。特别是当我需要文件的曾祖父母时。
答案 0 :(得分:2)
试试这个
tell application "System Events" to set grandparent to path of container of container of (path to me)