[Mono-list] FileSystemWatcher
Rodrigo Moya
rodrigo@ximian.com
28 Nov 2002 13:43:52 +0100
On Thu, 2002-11-28 at 06:27, Tum wrote:
> Hi,
>
> Has anyone given any thought to how to implement
> System.IO.FileSystemWatcher?
>
> I've thinking of using syscalltrack
> (http://syscalltrack.sourceforge.net) to track IO calls. It isn't
> exactly portable tho....
>
you can use GLib's GIOChannel's, which are already platform-independent.
And GLib is already a dependency in Mono, so it's not a big problem,
AFAIK.
Maybe there's a better Mono-ish way of doing it though.
cheers
--
Rodrigo Moya <rodrigo@ximian.com>