K
krystiankow
Hi
I need to precisely track changes on a specified file. I have to be
able to know exactly what bytes of a file had been modified (or how
much added/deleted). This file is a binary file containing an old
database, changes on it are made by an dedicated DBMS. I found
FileSystemWatcher class but it does not give me information of what
bytes are modified.
I need to precisely track changes on a specified file. I have to be
able to know exactly what bytes of a file had been modified (or how
much added/deleted). This file is a binary file containing an old
database, changes on it are made by an dedicated DBMS. I found
FileSystemWatcher class but it does not give me information of what
bytes are modified.