gpt4 book ai didi

applescript - 如何使用 AppleScript 在预览中打开文档的路径?

转载 作者:行者123 更新时间:2023-12-04 22:52:31 24 4
gpt4 key购买 nike

我试过这个,但它不起作用:

tell application "Preview"
set myfile to path of document 1 of window 1
end tell

我已经验证我的预览是可编写脚本的 (NSAppleScriptEnabled)。

最佳答案

我做了一点研究,发现了这个

 tell application "System Events"
tell process "Preview"
set thefile to value of attribute "AXDocument" of window 1
end tell
end tell

-- macos comes with php installed you can decode this file name using php
return do shell script "php -r 'echo urldecode(\"" & thefile & "\");'"

我在 macscripter 上找到的

关于applescript - 如何使用 AppleScript 在预览中打开文档的路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2389965/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com