Re: Apply User and Groups to Items in a Folder
Re: Apply User and Groups to Items in a Folder
- Subject: Re: Apply User and Groups to Items in a Folder
- From: Todd Geist <email@hidden>
- Date: Wed, 19 Apr 2006 10:02:29 -0700
Thanks!
But I don't think that will work for me. The permissions are fine (644) It is the "Owner" and "Group" that I need to change.
Can you do that with applescript?
Thanks
Todd
On Apr 19, 2006, at 9:46 AM, Jay Louvion wrote: Setting this as an action folder script will give you read/write permission on all files. Just correct the permission code (here 777) to conform with your needs.
on adding folder items to this_folder after receiving these_items set thePOSIXfolder to quoted form of (POSIX path of this_folder) do shell script "chmod -R 777 " & thePOSIXfolder & "" end adding folder items to
hth
Best,
--
Todd Geist ______________________________________ g e i s t i n t e r a c t i v e
|
_______________________________________________
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