
Reading the Binary file using FileSystem Object
FileSystemObject does not support binary file access, so you can still use
the original File I/O model in
Visual Basic for binary file access. For
example, reference the article HOWTO: Read and Display Binary Data in ASP
(Q193998) at
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q193998 for sample
code.
Hope it helps.
Regards,
Robin
This posting is provided AS IS, with no warranties, and confers no rights.