open file "logo.png" as "binary"
The binary
I/O method allows reading and writing as binary data. The variant
s read and written will be binary
s.
Read
ing something opened as binary
without specifying a length will result in reading all the remaining data.