D
Dave Cullen
I'm really confused about how to use the .NET file and stream stuff. Can
someone please show me how to do this...
I have a text data file with semicolon delimited fields. I need to check
if the file exists, and if it does open the file and read the data
fields into local variables. Simple enough I'm sure, but I can't figure
out from MSDN what methods to use.
I will also need to write to the file (replacing the old fields).
Thanks.
someone please show me how to do this...
I have a text data file with semicolon delimited fields. I need to check
if the file exists, and if it does open the file and read the data
fields into local variables. Simple enough I'm sure, but I can't figure
out from MSDN what methods to use.
I will also need to write to the file (replacing the old fields).
Thanks.