我想在蘋果腳本中製作一個新的文件夾命令蘋果腳本製作新文件夾
爲什麼劑量這個腳本的工作?
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