Re: "get protected" command
Re: "get protected" command
- Subject: Re: "get protected" command
- From: Mr Tea <email@hidden>
- Date: Sat, 18 Oct 2003 19:24:10 +0100
This from Elijah Wilcott - dated 18/10/03 4:46 am:
>
In OS 9 there was a command that would determine whether or not a
>
volume was locked - "get protected."
>
>
I have not been able to get it to work in OS X. Does the command still
>
exist? Is there an alternative command?
Have you tried:
tell application "Finder"
get locked of disk myDisk
end tell
(you can set this too)
Nick
pp Mr Tea
--
_______________________________________________
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.