How to detect a progam calling "OpenFile" and what the name/path of the file is?
Posted
by roscoe_casita
on Stack Overflow
See other posts from Stack Overflow
or by roscoe_casita
Published on 2010-05-12T17:09:39Z
Indexed on
2010/05/12
17:14 UTC
Read the original article
Hit count: 130
I have a program (just exe) that is not able to OpenFile.
Its a log file to write to so I just need to place an empty file.
But I don't know the name or location of it, and have dug around the registry and ini and inf files to no avail.
-Should I use a system hook? FileWatcher, And ideas would be appreciated.
© Stack Overflow or respective owner