Spliting Large File Into Pices

  • Thread starter Thread starter Husam
  • Start date Start date
H

Husam

Hi EveryBody:

Can Some body tell me by using VB.Net 2005 how can I split large file let's
say 3 GB sizw to pices each pice are 3 MB size?

any help or redirection wil be appreciated

regar's

Husam
 
Husam said:
Can Some body tell me by using VB.Net 2005 how can I split large file
let's
say 3 GB sizw to pices each pice are 3 MB size?

Take a look at 'System.IO.FileStream' and the other classes in the
'System.IO' namespace.
 
Back
Top