changing Ownership & Permissions under 10.2.3

I have the script to watch a folder but when i make a new folder in that folder/volume it needs to change the guest and group access to read & Write

thanks
sam C :wink:

Does this work? I’m not too smart about privileges, among other things, so it might not be exactly what you need.

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