Re: Read Protected File

2011-02-04 Thread Ken Thomases
On Feb 4, 2011, at 7:10 AM, Jeremy Matthews wrote: > I'm trying to read a protected file (one which I don't have rights to > access). The only way I know around this is with an Authorization routine + > NSTask, or to create a Helper Tool. > Is there a better way? Don't know if it's better, but

Read Protected File

2011-02-04 Thread Jeremy Matthews
Hey folks, I'm trying to read a protected file (one which I don't have rights to access). The only way I know around this is with an Authorization routine + NSTask, or to create a Helper Tool. Is there a better way? Also, I'm using auth in my own code for something else, but I'd love some oth