set foldernames to (paragraphs 2 thru -1 of (read (choose file))) --read csv-file set folderstructurepath to choose folder with prompt "Wo sollen die Ordner erstellt werden?" tell application "Finder" repeat with i from 1 to count foldernames try make new folder at folderstructurepath with properties {name:item i of foldernames} end try end repeat end tell
| 11.09.2024