Re: Script to set a folder's contents to Read/Write
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