Re: Path to library folder w/ network home directory?
Re: Path to library folder w/ network home directory?
- Subject: Re: Path to library folder w/ network home directory?
- From: Michelle Steiner <email@hidden>
- Date: Mon, 21 May 2007 15:40:51 -0700
On May 21, 2007, at 3:04 PM, Shandor Simon wrote:
tell application "Finder"
set profilefolders to folder ((path to library folder from user
domain as string) & "Application Support:Firefox:Profiles")
...
end tell
I found that this works:
tell application "Finder"
set profilefolders to (folder ((path to library folder from user
domain as string) & "Application Support:Firefox:Profiles")) as alias
end tell
But as Chris wrote, "as unicode text" is better.
-- Michelle
--
A great Idea! That's what we need--a great idea.
--Pesudolous, (A Funny Thing Happened on the way to the forum)
_______________________________________________
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