vb6 put,get for binary files in .Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
In VB6 there was Put and Get to write and read chunks of data from a file
in binary mode.
What is the way to do this in VB.net?

thanks,

mike w.
 
mike w. said:
In VB6 there was Put and Get to write and read chunks of data from a file
in binary mode.
What is the way to do this in VB.net?

'Put' -> 'FilePut', 'Get' -> 'FileGet'. Some other file access functions
known from VB6 have been prefixed with 'File' too in order to reduce
ambiguity.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top