A previous article in this series explained how to read and write text files using the .NET framewor
k. This article covers binary files—those files that contain non-character data (graphics, numbers, and so on).Opening a Binary File Before you can read or write a binary file, you must open it, which means creating a FileStream object associated with the file. To create the FileStream, you use the following syntax:Dim fs As FileStreamfs = New FileStream( filename , mode, acce
continue >>
Author:
Time:
Sunday, February 10th, 2008 at 1:10 am
Category:
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation: