Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I read and write multi-value in binary file? :confused:
[Email removed]
Posted
Updated 23-Jun-10 5:28am
v2

since you did not provide much in the way of specifics, I would just point you to: C# Binary File Read and Write[^]
 
Share this answer
 
Check in the MSDN: StreamReader, FileInfo and File classes.
Also if you want to work with a batch of files: DirectoryInfo will help.
 
Share this answer
 
v2

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