Re: applescript-users digest, Vol 3 #1900 - 16 msgs
Re: applescript-users digest, Vol 3 #1900 - 16 msgs
- Subject: Re: applescript-users digest, Vol 3 #1900 - 16 msgs
- From: "Jonathan Levi, M.D." <email@hidden>
- Date: Mon, 4 Aug 2003 18:25:37 -0400
At Sun, 3 Aug 2003 14:11:57 -0400, Neil Faiman
<email@hidden> wrote:
To Michelle Steiner and David Durkee, both of whom pointed out "quoted
form of POSIX path of": Thank you!
Is "quoted form of" a general purpose command
that can be applied to any string...?
Apparently (I didn't know about this form, either.) All of the
following work for me:
tell application "Finder" to get quoted form of POSIX path of ((disk
"LaC 39000") as string)
tell application "Finder" to get quoted form of ((disk "LaC 39000") as string)
get quoted form of "a string"
get quoted form of (("a string") as Unicode text)
Jonathan
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.