IPersistFile for file changed

A

Aurora

I would like to detect if a file has changed since the last save using
IPersistFile.


Thank in advance,
Aurora
 
F

Family Tree Mike

Aurora said:
I would like to detect if a file has changed since the last save using
IPersistFile.


Thank in advance,
Aurora


The IsDirty method checks to see if an object was changed since the last
save. If the object you are using implements this interface, you can check
this. If this is related to your other posts, then it sounds like you are
implementing this interface, and would need to code this method in your
object.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top