Re: getting users
Re: getting users
- Subject: Re: getting users
- From: Christopher Stone <email@hidden>
- Date: Tue, 13 Jan 2004 13:10:34 -0600
At 05:00 -0500 01/13/2004, Marc K. Myers wrought:
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
______________________________________________________________________
Hmm. Good idea:
set ufp to path to users folder
tell application "Finder"
set userList to name of folders of ufp whose name is not in {"Shared"}
end tell
Chris
_______________________________________________
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.