[Biococoa-dev] opening greyed out files
Koen van der Drift
kvddrift at earthlink.net
Fri Dec 23 12:24:12 EST 2005
On Dec 22, 2005, at 1:01 PM, Tenzin Togden wrote:
> Would this modified to suit your needs work ?
>
> find . -type f -print0 | xargs -0 -n 1 SetFile -a l
>
> Unlocks all the files in the current directory and below.
>
>
> find . -type f -print0 | xargs -0 -n 1 SetFile -a L
>
> Locks all the files in the current directory and below.
Looks like a command line command to me, will that work in an
OpenDialog GUI ? After reading some more about this, I think the way
to go is with the Authorization API. However, that seems to be more
appropropriate for processes, not for files in an OpenDialog. Oh
well, I guess I'll have some more reading to do ;-)
- Koen.
More information about the Biococoa-dev
mailing list