IPersistFile for file changed

  • Thread starter Thread starter Aurora
  • Start date Start date
A

Aurora

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


Thank in advance,
Aurora
 
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.
 
Back
Top