私はリンゴスクリプトで新しいFolderコマンドを作成したい新しいフォルダを作成するAppleScript
なぜこのスクリプトは使えますか?
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