IvanhoBlanc
Programmer
In VB6 there is an possibility to open files in a binary mode for reading and writing byte by byte (Open myFile For Binary As #1). Is there in VBScript such a thing? When using the FileSystemObject it is only possible to open files for TextStream. Low value's or other non printable characters are ignored.
Has anyone some experience with this? Thanks in advance.
Has anyone some experience with this? Thanks in advance.