Results 1 to 2 of 2

Thread: VB 5.0 and FAT

  1. #1
    Guest

    Question

    Is there any way to access the FAT directly by VB 5.0?

    Thank you very much for hints.

  2. #2
    Guest
    You mean FAT as in the disk? Unfortunately VB cannot to this directly. The closest it gets is writing in Binary mode.
    Code:
    Open "MyFile" For Binary As #1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width