Re: getting users
Re: getting users
- Subject: Re: getting users
- From: "Marc K. Myers" <email@hidden>
- Date: Tue, 13 Jan 2004 05:00:06 -0500
Date: Mon, 12 Jan 2004 16:36:38 -0700
To: email@hidden
From: Martha Espinosa <email@hidden>
Subject: getting users
Is there a way to use applescript to find out who has an account on a
machine...
Is this what you're looking for?
set thePath to "/Users"
set theFldr to POSIX file thePath as text
tell application "Finder"
set userList to name of folders of folder theFldr whose name is not
"Shared"
end tell
Marc [01/13/04 4:57:41 AM]
_______________________________________________
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.