Hi, I'm trying to see if a program is writing to or reading a file with vc++. I know you can tell if a program is using a file with handle scanning, but I want to find out if it's reading or writing to the file. Any help would be appreciated.
the operating system knows. Can you ask it? (I don't know the answer, but I am offering a line of inquiry to dig into). If the OS can't or won't tell you, the hard disk driver may also be able to tell you, but it may also all be in addresses that you can't make sense of at that level (I Don't know that either!).