I Want to make a new Folder command in apple script
Why dosent this script work?
tell application \"Finder\"
activate
end tell
tell application \"Sys
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
--you capitalize the N in new folder the new folder button is not capped.