home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / Advance_Mu2150554242009.psc / @PSC_ReadMe_72025_1.txt
Text File  |  2009-04-24  |  1KB  |  14 lines

  1. Title: Advance Multi GB file Read/Write
  2. Description: I made this little project to find a way to read and/or write files that
  3. are multi gigs in size. I tried to use the the "Open.. for.. access.."
  4. that VB6 has and it errors out due to an overflow. You can't even use
  5. the eof() and lof() function VB6 has because they will just error and
  6. overflow. Try it yourself. Try using LOF() to get the length of a file
  7. that is 8 GB's in size, it just will not do it. So I hope this helps
  8. some people out. It's just an example of a use for this. I'm sure those
  9. whose eye this post catches will find many uses for it. Happy Coding.
  10. This file came from Planet-Source-Code.com...the home millions of lines of source code
  11. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=72025&lngWId=1
  12.  
  13. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  14.