G
Guest
I have an app which will continuously write to a file, appending data. I need
to be notified of that write and be able to read from it starting off at
where the appended data begins.
I know how to get the notifications using the filesystemwatcher(although the
onchanged event for a file update is triggered twice and I need to figure out
how to turn off the second hit or identify it as redundant)
What is the best way of returning to the file once I am notified it has
changed and reading the appended data only back(possibly to another file)?
How should I open these files permission wise?
Thanks
to be notified of that write and be able to read from it starting off at
where the appended data begins.
I know how to get the notifications using the filesystemwatcher(although the
onchanged event for a file update is triggered twice and I need to figure out
how to turn off the second hit or identify it as redundant)
What is the best way of returning to the file once I am notified it has
changed and reading the appended data only back(possibly to another file)?
How should I open these files permission wise?
Thanks