Hi. I found a small bug in the documentation of file:open/2. It says binary This option can only be used if the raw option is specified as well. When specified, read operations on the file using the read/2 function will return binaries rather than lists. However the binary option may be used even without the raw option. /Tony