My application contains documents in its database. Users can open documents, in which case the document is saved in a temporary folder and opened on the user computer.
I want to be notified when one of these temporary files is changed, and will prompt the user to save the changed document back to the database.
What is the easiest way to do this in Delphi7? (I assume that this requires some kind of shell magic or a third-party component)
Thanks!
shell file-io winapi delphi delphi-7
Steve
source share