RandallFlagg

Hi all,

Just wondered how I monitor files in my system(opening, writing and cet.(something like AV)).

I will appricate a sample code.

thanks.



Re: Visual C# General File Monitoring

Mark Dawson

Hi,

you can use the FileSystemWatch to look for events occuring in the file system. See: http://msdn2.microsoft.com/en-us/library/ch2s8yd7(VS.71).aspx for more info and tutorials.

Mark.