0

There is a way to monitor directories for changes like FileSystemWatcher but in C?

NOTE: I (have to) use gcc.

Deanna
  • 23,876
  • 7
  • 71
  • 156
nsstl
  • 15
  • 5

1 Answers1

3

See FindFirstChangeNotification or ReadDirectoryChangesW.

Gabe
  • 84,912
  • 12
  • 139
  • 238