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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -