Link to home
Start Free TrialLog in
Avatar of sjconrad
sjconradFlag for Australia

asked on

Hooking filenames and paths from "Save" and "Save As" dialogue boxes from applications.

I have a Delphi 7 app that sits in the background on W98 to W2003, that talks to a database via ODBC.

I want it to now record the path and file names of files saved on the PC, from any application, saving to either the local hard drive or network server.

Your assistance will be worth 500 points.
Avatar of delphized
delphized

Let me understand... you want to spy others application and see the files they access?
ASKER CERTIFIED SOLUTION
Avatar of GloomyFriar
GloomyFriar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sjconrad

ASKER

Lets say that I have 2000 useless users on my network, and they save files in bizaar places and loose documents. I want to be able to store the filenames and paths in a database table, for easy searching.
This way, I can ask them for a part of the filename, and then quickly search the database.