(no subject)
(no subject)
- Subject: (no subject)
- From: kevin michael <email@hidden>
- Date: Wed, 23 Oct 2002 13:12:20 -0400
why doesn't this work in OS10, it works in OS9
tell application "Finder"
activate
select disk "HD_1"
if position of selection is not {-2000, -2000} then
set position of selection to {-2000, -2000}
else
set position of selection to {0, 0}
end if
end tell
i am trying to hide a hard drive or group of hard drives from a specific
user
thanks
_______________________________________________
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.