operating system - Open folder with applescript (file path with spaces) -
i think problem spaces in file path. can't work.
here folder path want open: /users/username/library/speech/speakable items
assuming path correct be:
tell application "finder" open ("/users/username/library/speech/speakable items" posix file) end tell
Comments
Post a Comment