How to monitor system IO ??

  • Thread starter Thread starter MingChih Tsai
  • Start date Start date
M

MingChih Tsai

Hi there,

How should I code if I want to monitor a specific file prevent from another
program to delete it ?
Have releated references? Thank you very much !!

Cheers,
Paul
 
Take a look at the System.IO.FileSystemWatcher class.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Back
Top