Skip to content

Instantly share code, notes, and snippets.

@csilverman
Created January 16, 2021 22:24
Show Gist options
  • Save csilverman/3abf7be3e12ca81b3a300c57d5b06396 to your computer and use it in GitHub Desktop.
Save csilverman/3abf7be3e12ca81b3a300c57d5b06396 to your computer and use it in GitHub Desktop.
Create new folder on desktop
tell application "Finder"
set p to path to desktop -- Or whatever path you want
make new folder at p with properties {name:"New Folder"}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment