Re: bulk lock/unlock contents of folder
Re: bulk lock/unlock contents of folder
- Subject: Re: bulk lock/unlock contents of folder
- From: Michelle Steiner <email@hidden>
- Date: Tue, 9 Oct 2001 19:45:43 -0700
On 10/9/01 4:53 PM, Adam de Zoete <email@hidden> wrote:
>
Does any one have a script, or know how to write a script to bulk
>
lock/unlock files in a designated folder?
set the testFolder to alias "Dora:Foo:"
tell application "Finder"
set the locked of files of the testFolder to false --or true, as desired
end tell
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------