Re: What makes AppleScript difficult
Re: What makes AppleScript difficult
- Subject: Re: What makes AppleScript difficult
- From: Rick Gordon <email@hidden>
- Date: Wed, 5 Dec 2007 23:37:28 -0800
But...
set vPOSIXPath to "/my/stupid/path"
return POSIX file vPOSIXPath
...and...
set vPOSIXPath to "/my/stupid/" & "path"
return POSIX file vPOSIXPath
...do work. No?
Rick Gordon
------------------
On 12/6/07 at 7:27 AM +0100, Skeeve wrote in a message entitled
"Re: What makes AppleScript difficult":
>POSIX path isn't the problem!
> return POSIX path of "my:stupid:path"
>works very well. Try it
>
>But
> POSIX file of ("/my/stupid/" & "path")
>does not work (note: the & is there so that compiling doesn't already convert)
--
___________________________________________________
RICK GORDON
EMERALD VALLEY GRAPHICS AND CONSULTING
___________________________________________________
WWW: http://www.shelterpub.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden