Hi:
I'm having no luck passing an escaped (spaces) path to a shell script:
set myPath to (POSIX path "/User/foo/Some Folder/My File.pdf"
do shell script "foo " * myPath
The shell script then thinks it is getting too many arguments because
of the space. The shell script works fine if I escape them at the
command line; but I can seem to escape them in my AppleScript string.