• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Change file rights
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >Change file rights (From: Peter Mathiessen <email@hidden>)

  • Prev by Date: Re: Change file rights
  • Next by Date: Re: Repeat Routine need help!
  • Previous by thread: Re: Change file rights
  • Next by thread: Re: Change file rights
  • Index(es):
    • Date
    • Thread