C 
		
								
				
				
			
		csharpula csharp
Hello,
I am using StreamWriter and StreamReader in order to read from a storage
which is being updated once in a while.
How should I implement it? Should I initilize reader and writer each
time? How can I insure that the writing in the file is done from the
last written line an d not overriding the lines which were already read?
THank U!
				
			I am using StreamWriter and StreamReader in order to read from a storage
which is being updated once in a while.
How should I implement it? Should I initilize reader and writer each
time? How can I insure that the writing in the file is done from the
last written line an d not overriding the lines which were already read?
THank U!
