【发布时间】:2011-05-28 11:00:16
【问题描述】:
我想在苹果脚本中创建一个新的文件夹命令
为什么这个脚本不起作用?
tell application "Finder"
activate
end tell
tell application "System Events"
tell process "Finder"
tell menu bar 1
tell menu bar item "File"
tell menu "File"
click menu item "New folder"
end tell
end tell
end tell
end tell
end tell
【问题讨论】:
标签: macos scripting applescript