AppleScript: add the ability to make a folder
Posted: Wed Mar 22, 2023 5:58 pm
I created the identical issue on GitHub but got no reaction, so am posting an abridged version here.
On trying to make a folder via the standard command AppleScript raises the error -10000 AppleScript handler failed,
I run an unsupported version 3.5.9 on OS X 10.9. If you consider this enhancement could you release one last update for older OS X just to give us the opportunity to enjoy it? I think that the newest releases would benefit from that too.
On trying to make a folder via the standard command AppleScript raises the error -10000 AppleScript handler failed,
Code: Select all
tell application "Vienna" to make new folder with properties {name:"Some_name"}