internet explorer - How can I extract the file names used by IEFrame.dll? -


i working program uses ieframe.dll display html files stored on disk. have access these files, need know in order accessed.

is there way communicate rendering engine extract files in use @ moment?

i guess way skin cat write script extract list of files in use process.

note: tried "handle.exe -p programname > filenames.txt" can not see files there. program has option open these files in html editor , how can know files used slow, need can script it

edit: guess correct name rendering engine "the web browser control" not programmer , not sure if using right terminology

edit2: ok after googling found this: http://www.nirsoft.net/utils/sysexp.html

this program seems part of job in sense able show me info still don't see file names there, handles presume temporary

edit3: after reading realized component used app ieframe.dll , uses mshtml.dll (this seems control display html files. app displays 2 web paged on same screen, both files on hdd. not sure component accessing files on hdd.

ok here how find info needed: used sysinternals' process monito following filters: processname=systmem path: path folder files were

you records file access , if filter need (in case used detail contains synctype) there go have log app. use ctrl+c copy log , dump excel or whatever further process it

another way via event viewer , windows audit policies. audit access folder , export event log. output has lot more info not need


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -