melenaos / FileSystemSafeWatcher

Extends the FileSystemWatcher to trigger the events only when the file is ready for read
Apache License 2.0
34 stars 13 forks source link

Can not watch Excel or Word, office file correctly. #3

Closed taiyangluoshan88 closed 5 years ago

taiyangluoshan88 commented 5 years ago

when i use this class to watch excel or docx file, the raised event are not correct. If opend and modified a excel file, i got a renamed event.

melenaos commented 5 years ago

Unfortunately this is what you get from office products.

The app rename the files to create a temporary file so it can save and keep track of your document editing.