• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: What makes AppleScript difficult
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: What makes AppleScript difficult
      • From: Skeeve <email@hidden>
  • Prev by Date: Re: What makes AppleScript difficult
  • Next by Date: Re: What makes AppleScript difficult
  • Previous by thread: Re: What makes AppleScript difficult
  • Next by thread: Re: What makes AppleScript difficult
  • Index(es):
    • Date
    • Thread