Re: Assigning privs with AS
Re: Assigning privs with AS
- Subject: Re: Assigning privs with AS
- From: Emmanuel <email@hidden>
- Date: Wed, 16 Oct 2002 19:19:02 +0200
At 10:24 PM +1000 16/10/02, webguide wrote:
G'day all,
tell application "Finder"
set everyones privileges of file myfile to read write
end tell
Can anyone point me to the correct syntax for assigning privileges to a
file?
This seems to work (theAlias is an alias).
tell application "Finder" to set owner privileges of theAlias to read write
tell application "Finder" to set group privileges of theAlias to read write
tell application "Finder" to set everyones privileges of theAlias to read write
Emmanuel
_______________________________________________
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.