La mia app AppleScript sul mio computer dà un errore.
Ecco il codice:
set file to display dialog "Open Script?" default answer "tests/helloworld.in"
do shell script "cat " & file & " | python parenthetic.py"
do shell script "echo"
do shell script "echo App +" & file & "+ is done load!"
E l'errore:
Can't set file to display dialog "Open Script?" default answer "tests/helloworld.in". Access not allowed.