• 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: posix path argument
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: posix path argument


  • Subject: Re: posix path argument
  • From: Nir Soffer <email@hidden>
  • Date: Sun, 4 Jun 2006 23:21:37 +0300


On 01/06/2006, at 01:28, Nir Soffer wrote:

On 31/05/2006, at 23:09, Nir Soffer wrote:


[how to handle posix path argument]


I found the solution:


set HFSPath to ((POSIX file posixPath) as Unicode text)


I found (thanks Gnarlodious) much nicer solution:


set aPath to "/foo/bar"
tell application "TextEdit"
open my POSIX file aPath
end tell


Anyone has a clue why you need "my" for "posix file"?


Also, the error you get if you leave out "my" is not very helpful.


Try this code with a path to exiting file:


set aPath to "/foo/bar"
tell application "TextEdit"
open POSIX file aPath
end tell

You get:

TextEdit got an error: Can't make POSIX file \"/foo/bar\" into type alias.


Instead of something about posix file.



Best Regards,


Nir Soffer


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: posix path argument
      • From: Axel Luttgens <email@hidden>
    • Re: posix path argument
      • From: deivy petrescu <email@hidden>
    • Re: posix path argument
      • From: Doug McNutt <email@hidden>
  • Prev by Date: Re: choose from list by number
  • Next by Date: Re: posix path argument
  • Previous by thread: Re: choose from list by number
  • Next by thread: Re: posix path argument
  • Index(es):
    • Date
    • Thread