Simple file manipulation

2009-05-20 Thread Sam Hu
I looked up in D2 in std.stdio,std.file,std.cstream and std.stream and try to find a very simple method which can read from a file once a value other than once an entire row.I just can not find it maybe this idea is wrong.Say how to simply read write key/value pairs to and from a file like

Re: Simple file manipulation

2009-05-20 Thread BLS
Sam Hu wrote: I looked up in D2 in std.stdio,std.file,std.cstream and std.stream and try to find a very simple method which can read from a file once a value other than once an entire row.I just can not find it maybe this idea is wrong.Say how to simply read write key/value pairs to and

Re: Simple file manipulation

2009-05-20 Thread Tyro[a.c.edwards]
On 5/20/2009 6:19 PM, BLS wrote: Sam Hu wrote: I looked up in D2 in std.stdio,std.file,std.cstream and std.stream and try to find a very simple method which can read from a file once a value other than once an entire row.I just can not find it maybe this idea is wrong.Say how to simply read