To open binary files, on Windows the statement:
File.new("myfile", "rb")
is required.
The docs just seem to say that the "b" is a Windows-only thing, not what
happens on other platforms. Will the "b" flag just be filtered out on
Linux/OS X?
Best regards,
Jari Williamsson