Community

Text File Access in the .NET Framework

(Peter Aitken) Most applications need to be able to read and write files. The .NET Framework provides classes that take most of the pain out of file access, but you still have to write the code that makes use of these classes. While a file is nothing more than a sequence of bytes, the .NET Framework

Read More - Register for Free Membership