1
Reply

Read and write on text file

Areeb Asad

Areeb Asad

Sep 14 2012 8:23 AM
1.6k
Hello,

I have a Text file that a product writes its logs on it, i want to build an application that writes the new logs on database, so i want my application to open this file for read always, the problem is that an exception would fires if the product tries to write on it because it is opened for read, how could i solve that? 

Answers (1)