Re: slash path to alias
Re: slash path to alias
- Subject: Re: slash path to alias
- From: email@hidden
- Date: Thu, 31 Jul 2008 19:04:27 +0200
At 16:36 +0200 31/07/08, Axel Luttgens wrote:
set X to "/Applications"
(POSIX file X) as text
--> "BootDisk:Applications"
tell application "Mail" to get (POSIX file X) as text
--> "BootDisk:Applications:"
It's more CPU but if I do want to be sure that a folder gets the end
":" I coerce the alias, not the file:
((posix file x) as alias) as text
Emmanuel
_______________________________________________
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