Hello,
I am using FileStream mechanism in my project and I want to delete some lines from the .txt file. I am reading line by using the following code
while(SR.ReadLi ne())
{
...............
...............
}
Thanks.
I am using FileStream mechanism in my project and I want to delete some lines from the .txt file. I am reading line by using the following code
while(SR.ReadLi ne())
{
...............
...............
}
Thanks.
Comment