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"}
Code: Select all
tell application "Vienna" to make new folder with properties {name:"Some_name"}