POSIX path in applescript from list not opening. Raw path works
问题 I'm really confused with this one. All I want is the files in the list to open. Here's my codes set FilesList to {"Users/XXXXXX/Documents/07PictureArt-Related/THINGS THAT HELP/Tutorials/artNotesfromFeng.rtf", "Users/XXXXXXXX/Documents/07PictureArt-Related/THINGS THAT HELP"} repeat with theFiles in FilesList delay 0.1 tell application "Finder" to open POSIX file (theFiles) end repeat So, how come THAT won't work, but this will??? tell application "Finder" to open POSIX file "Users/XXXXXX