c# - Get process which changed FileInfo.lastAccessTime or FileInfo.lastWriteTime -


Is it possible to find the process that replaces FileInfo.lastAccessTime or FileInfo.lastWriteTime as a file?


Comments