Re: Monitoring a folder?
Re: Monitoring a folder?
- Subject: Re: Monitoring a folder?
- From: Christoffer Lerno <email@hidden>
- Date: Wed, 21 Apr 2004 01:23:31 +0800
Looks like kqueue won't quite cut it. Basically I want to be able to
check a folder and see how it has changed and what program there are
that made those changes. Monitoring the files seemed like the obvious
solution, but if I can't access what process made the changes, then
it's kinda pointless.
/Christoffer
On Apr 20, 2004, at 23:47, Zach Wily wrote:
If you're targeting Panther, check out kqueue:
http://cocoa.mamasam.com/MACOSXDEV/2004/02/2/85096.php
http://homepage.mac.com/calumr/main.m
On Apr 20, 2004, at 9:26 AM, Christoffer Lerno wrote:
Would it be possible to have a program that watches a folder and gets
notified whenever something is written to it? Is it possible to maybe
even get information about the process that made the change (creating
a new file, changing file contents etc)
/Christoffer
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.