Re: searching through all user accounts

2012-08-01 Thread Marcus Karlsson
On Sun, Jul 29, 2012 at 06:23:14PM +0800, Rick C. wrote: Hi, I have a search app which normally searches through the current users home directory using NSTask and find command. If I wanted to make it search through all user accounts could I ask some advice on what is the best way to

searching through all user accounts

2012-07-29 Thread Rick C.
Hi, I have a search app which normally searches through the current users home directory using NSTask and find command. If I wanted to make it search through all user accounts could I ask some advice on what is the best way to make it work? Because I know permissions will be an issue.

Re: searching through all user accounts

2012-07-29 Thread Jens Alfke
On Jul 29, 2012, at 3:23 AM, Rick C. rickcort...@gmail.com wrote: I have a search app which normally searches through the current users home directory using NSTask and find command. If I wanted to make it search through all user accounts could I ask some advice on what is the best way to

Re: searching through all user accounts

2012-07-29 Thread Rick C.
Thank you all! rc On Jul 30, 2012, at 3:23 AM, Jens Alfke j...@mooseyard.com wrote: On Jul 29, 2012, at 3:23 AM, Rick C. rickcort...@gmail.com wrote: I have a search app which normally searches through the current users home directory using NSTask and find command. If I wanted to