Reading USN Journal with .NET

If you want to detect when a file is created, modified, or deleted, you can use the FileSystemWatcher class in .NET. However, this is only available when the application is running.
December 23, 2024
92
103