> Wouldn't binary mode be almost always the wrong choice, though? "Text mode" means "you won't actually get the bytes in the file when you read, and you won't actually write the bytes you tried to write to the file when you write." So probably not?