Re: POSIX path
Re: POSIX path
- Subject: Re: POSIX path
- From: "Brett K." <email@hidden>
- Date: Thu, 17 Nov 2005 14:04:54 -0500
[2005-11-17 00:49-0500] Kumar Shailove wrote:
POSIX path of xxxx gives the posix path of a file.
What to write to do the reverse; I have the posix path and I need the
colon separated path.
Satimage has a good page on using POSIX paths in AppleScript at
<http://www.satimage.fr/software/en/file_paths.html>. It says
this is the way to do it:
set p to "/usr/local/bin/"
set a to POSIX file p
-- file "Macintosh HD:usr:local:bin:"
--
Brett
Thinker's Guide to Christianity
<http://tinyurl.com/cjo37>
_______________________________________________
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
References: | |
| >POSIX path (From: "Kumar Shailove" <email@hidden>) |