3
Answers

how to read a text file at real time

anoop tamiya

anoop tamiya

5y
1.6k
1
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..
 
 
 
Answers (3)