On September 14, 2003 02:52 am, Kevin Atkinson wrote:
OK maybe there not. It was just that stderr was going to stdout. So can I safely write binary data to stdout are do I need to somehow turn stdout into binary mode to avoid EOL conversion.
Yes, there's no binary mode to enable, things should just work.
Also how do I open files based on the Unix path?
Just try to open them, again they should just work.