Categories
AppleScript Notes

Quoted form of POSIX path

POSIX path of (choose folder) –> /Users/someUser/Desktop/Virex Reports/

This can be overcome by using ‘quoted form of POSIX path’.

quoted form of POSIX path of (choose folder) –> ‘/Users/someUser/Desktop/Virex Reports/’

Look at POSIX file ‘/Applications’ as alias