Re: Change file rights
Re: Change file rights
- Subject: Re: Change file rights
- From: Graff <email@hidden>
- Date: Fri, 11 Jun 2004 17:33:36 -0400
The pure AppleScript way is to do:
----
set theFile to choose file
set the owner privileges of theFile to read write
set the group privileges of theFile to read write
set everyones privileges of theFile to read write
----
It's listed in the Finder Dictionary under Finder Items->Class item
- Ken
On Jun 11, 2004, at 4:44 PM, Peter Mathiessen wrote:
Is it possible to change the read and write rights of files by
applescript?
I need to make a script that changes the "read only" option of a file
to
"read and write" option of the file for every one.
_______________________________________________
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.