TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ilhami caliskan
NA
76
91.6k
FileStream Write/Read
Dec 7 2013 1:13 PM
Hi All,
can anybody tell me how to read or write Streamfield beginning from special line?
FileStream fs = new FileStream("Specifications.txt", FileMode.Open);
StreamReader sr = new StreamReader(fs);
string SpecificationsModelSettings;
SpecificationsModelSettings = sr.ReadLine(); ----> here I want to read beginning from Line "xxx"
I want to order datas in parts, and read/write only specific parts
thanx in advance
Reply
Answers (
1
)
In Form1, how to get a value from Main()?
How to make a simple and appealing application in C# ?