Re: [NAnt-users] NTFS notification functionality..

2009-04-20 Thread Martin Gainty
esponsabilité pour le contenu fourni. Date: Mon, 20 Apr 2009 11:01:30 -0400 From: ja...@the-siegels.com To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NTFS notification functionality.. I'm not sure how this is Nant related, however I can give a reasonable po

Re: [NAnt-users] NTFS notification functionality..

2009-04-20 Thread Jacob Siegel
I'm not sure how this is Nant related, however I can give a reasonable pointer. .NET has a class Called System.IO.FileSystemWatcher (http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher_members.aspx) that allows you to set up and monitor file system changes. I'm not familiar e

Re: [NAnt-users] NTFS notification functionality..

2009-04-20 Thread Bob Archer
In .Net check out the FileSystemWatcher class. It wraps the Win32 file change notification API. BOb From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Monday, April 20, 2009 10:56 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] NTFS n