Getting notifications when any file in a folder change

2008-03-18 Thread Mr. Gecko
Hello I am wondering how to get my program to notice when a file changes in a folder. For an example I have a bundle with files in it that gets opened with another program and I want my program to know when the other program saves and what file it saved in that bundle so that my program can

Re: Getting notifications when any file in a folder change

2008-03-18 Thread j o a r
On Mar 18, 2008, at 11:07 AM, Mr. Gecko wrote: Hello I am wondering how to get my program to notice when a file changes in a folder. See: http://developer.apple.com/documentation/Darwin/Conceptual/FSEvents_ProgGuide/

Re: Getting notifications when any file in a folder change

2008-03-18 Thread Ryan Chapman
that shows fs events http://www.fernlightning.com/doku.php?id=software:fseventer:start - Original Message From: j o a r [EMAIL PROTECTED] To: Mr. Gecko [EMAIL PROTECTED] Cc: cocoa-dev@lists.apple.com Sent: Tuesday, March 18, 2008 2:16:16 PM Subject: Re: Getting notifications when any file

Re: Getting notifications when any file in a folder change

2008-03-18 Thread Scott Ribe
Best solution is FSEvents, which others pointed you to, *if* you can use 10.5. Otherwise, look at kqueue. -- Scott Ribe [EMAIL PROTECTED] http://www.killerbytes.com/ (303) 722-0567 voice ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please