digitalmars.D.learn - Reading and writing a binary file
- jicman (6/6) Dec 14 2006 Greetings.
- Bill Baxter (6/15) Dec 14 2006 I observed that std.stream.File and std.stream.BufferedFile *always*
Greetings. I am have a python script that I need to move to d. How do I read a binary file (say, c:\tmp\user.doc) and also how do I write a binary file (say, c:\tmp\new.doc)? Thanks, josé
Dec 14 2006
jicman wrote:Greetings. I am have a python script that I need to move to d. How do I read a binary file (say, c:\tmp\user.doc) and also how do I write a binary file (say, c:\tmp\new.doc)? Thanks, jos�I observed that std.stream.File and std.stream.BufferedFile *always* work in binary mode and you can't change that. In your case that's a good thing. http://d.puremagic.com/issues/show_bug.cgi?id=590 --bb
Dec 14 2006