• 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: Script to set a folder's contents to Read/Write
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Script to set a folder's contents to Read/Write


  • Subject: Re: Script to set a folder's contents to Read/Write
  • From: Stan Cleveland <email@hidden>
  • Date: Mon, 06 Mar 2006 17:07:06 -0800
  • Thread-topic: Script to set a folder's contents to Read/Write

On 3/6/06 3:53 PM, email@hidden wrote:

>  set filePath to quoted form of POSIX path of thisFolder
>  do shell script "chmod -R ugo+rw " & filePath


Here's "vanilla AppleScript" Finder syntax to change privileges:

tell application "Finder"
        set owner privileges of thisFolder to read write
        set group privileges of thisFolder to read write
        set everyones privileges of thisFolder to read write
end tell


Stan Cleveland
Color Technology Inc.
Portland, Oregon

"Difficulties increase the nearer we get to the goal." -- Goethe



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Script to set a folder's contents to Read/Write
      • From: Stan Cleveland <email@hidden>
References: 
 >Script to set a folder's contents to Read/Write (From: Brett Conlon <email@hidden>)

  • Prev by Date: Script to set a folder's contents to Read/Write
  • Next by Date: Re: Script to set a folder's contents to Read/Write
  • Previous by thread: Script to set a folder's contents to Read/Write
  • Next by thread: Re: Script to set a folder's contents to Read/Write
  • Index(es):
    • Date
    • Thread