how can I read a binary file with in javascript (Cscript.exe)?

Posted by Cheeso on Stack Overflow See other posts from Stack Overflow or by Cheeso
Published on 2010-05-28T03:35:45Z Indexed on 2010/05/28 3:41 UTC
Read the original article Hit count: 275

Filed under:
|
|
|

I think I can't read a binary file with the Scripting.FileSystemObject class. Can I do it with ADODB.Stream?

Something else?

I want to get an array of bytes.

thanks.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jscript