.NET file system
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi all, Is it possible to delete an line from a file using vb.net?? If yes plz suggest me how to do it. Thanks in advance Bye
Know is Drop, Unknown is Ocean
-
hi all, Is it possible to delete an line from a file using vb.net?? If yes plz suggest me how to do it. Thanks in advance Bye
Know is Drop, Unknown is Ocean
you can read a file line by line with the help of streamreader. in that case you can delete the desired line and write the reamining line in a other file with the help of stream writer.
Pankaj Gupta (Take it easy)