I'm looking for a way to monitor (and read) files that are created or accessed by another program. I found an approach in this article. However, this article uses a C++ solution that is embedded in a C# program.
Is there a native C# solution for this monitoring job?
(Sorry if this has been asked before. I just couldn't find anything similar enough.)