Advertisement
Guest User

Untitled

a guest
Jun 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. set theDestinationFolder to choose folder
  2. set theListOfValues to {"apples", "oranges", "pears"}
  3. tell application "Finder"
  4.    repeat with theCurrentValue in theListOfValues
  5.       make new folder at theDestinationFolder with properties {name:theCurrentValue}
  6.    end repeat
  7. end tell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement