Unexpected data read #1177
Closed
DenisAnisimov
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @DenisAnisimov , |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some code:
It modifies the file without changing the last modification date or last access date. It works correctly with NTFS. But when working with Docany I see the following sequence of callbacks:
For some reason Docany does an unnecessary read which in turn changes the last access dates. And as a result, the code does not work correctly. Who is the initiator of this reading? If Docany itself, then is it possible to somehow determine inside my handler that Docany is doing its own service reading, so as not to change the access date?
Beta Was this translation helpful? Give feedback.
All reactions