i am facing problem to read a file which is locked by another program (a c++ program) and changes text in text file.
but i am not able to read these text at real time(when my aplication is continuous running.)..i have tried with filesystem watcher with changed event and seekfile method but not success..
what i want actully i have a text file which is created by c++ program and i have to read this file text when it get changed.....by my c# apllication at real time..
Amit GuptaPosted Oct 9, 2019, 7:31 AM
anoop tamiyaPosted Oct 9, 2019, 6:10 AM
Amit GuptaPosted Oct 8, 2019, 10:08 AM