如何在AppleScript中打开Finder的新窗口?我正在使用if else语句来打开一个窗口.我尝试了一个Osascript
命令,但它给了我一个语法错误.代码如下:
if the button returned of the result is "Sleep" then
tell app "Finder" to go to sleep
if the button returned of the result is "Open Finder" then
osascript -e 'tell application "Finder" to open new window'
else
display dialog current time
end if
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
7869 次 |
最近记录: |