Re: Getting the Documents Folder
Re: Getting the Documents Folder
- Subject: Re: Getting the Documents Folder
- From: Phi Sanders <email@hidden>
- Date: Thu, 14 Mar 2002 12:52:22 -0500
At ease works all the way up to 8.6 - it's widely used in school settings
to control access to the Mac system folder and applications. It works
pretty well, and has much greater functionality than multiple users under
OS 9 - but hasnt been upgraded, so it looks quite dated and may not work
with newer software.
Back on the topic, I'd like to see "path to home from user domain" added
to the options in the path to command for OS X
"path to desktop from user domain" yields :
"<Boot Volume>:Users:<current user name>:Desktop:"
I'd like to be able to directly get :
"<Boot Volume>:Users:<current user name>:"
~Phi
In a message sent on Thursday, 2002 March, 14 @ 12:20 PM, by Paul Berkowitz :
>
On 3/14/02 8:57 AM, "Gnarlodious" <email@hidden> wrote:
>
>
> I want to eliminate naming my Startup Disk.
>
> Now I am saying:
>
>
>
> tell application "Finder"
>
> set identityList to every folder of folder ,
>
> "Apple:Documents:Microsoft User Data:Identities:"
>
>
>
> But isn't there a way to say:
>
> path to Startup Disk & "Documents"
>
>
You can do it with
>
>
alias ((path to startup disk as string) & "Documents:")
>
>
>
> or do I need:
>
> Path to At Ease Folder
>
>
path to At Ease documents folder
>
>
is the best way if you might be distributing your script to other users,
>
since people with non-English language system won't have a "Documents"
>
folder by name, and other people may have moved their Documents folder and
>
replaced it by an alias, which is a file (no colon), not a folder, and there
>
may or may not be problems resolving the alias (I've never been clear on
>
that). 'path to At Ease documents folder' will always work, even in OS X.
>
>
>
> and what is At Ease anyway?
>
>
It was something tried out in OS 7.x and later abandoned. I wasn't scripting
>
at the time, and may not even have had a computer yet, so someone else will
>
fill in details here, I'm sure.
>
>
>
>
--
>
Paul Berkowitz
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/
>
applescript-users
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.