Re: Problematic AppleScript Advice needed!
Re: Problematic AppleScript Advice needed!
- Subject: Re: Problematic AppleScript Advice needed!
- From: has <email@hidden>
- Date: Tue, 21 Dec 2004 14:38:51 +0000
Jake Pietrykowski wrote:
> How do you convert a POSIX path to a Mac OS path? Yes, that's the question.
> The reverse of "POSIX path of" is what I am looking for.
Same thing...it works BOTH ways...
Wrong. Correct solution is to cast the path string to POSIX file,
then to Unicode text, e.g.:
"/Users/foo/" as POSIX file as Unicode text --> "Macintosh HD:Users:foo:"
As to the OP's other problem, prolly got some debug settings turned
on or something like that.
has
--
http://freespace.virgin.net/hamish.sanderson/
_______________________________________________
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