FindFirstChangeNotification

C# Signature:

[DllImport("kernel32.dll")]
static extern IntPtr FindFirstChangeNotification(string lpPathName,
   bool bWatchSubtree, uint dwNotifyFilter);

Alternative Managed API:

System.IO.FileSystemWatcher

Última actualización