Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to write and read from a file such that character at fixed line and column no... please help me how to do that..
Posted

You would have to use binary readin/writing.

915,000 google results for search phrase "C# random access file"[^]
 
Share this answer
 
You need to learn some basics of reading and writing in textfile before accomplish this task
How to: Read From a Text File (C# Programming Guide)[^]
How to: Write to a Text File (C# Programming Guide)[^]
whatever you can use
Dim lines As String() = IO.File.ReadAllLines("file path here") 

for more reference you can take a look at some given link
Read a certain line in a text file[^]
read a specific line from a txt file in VB .net[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900