
The whole concept of File Manipulation in ASP.NET revolves around the System.IO namespace. This namespace has the classes required for reading and writing file manipulations. This startup article explains the concept of file manipulations, such as reading from a file, writing to a file and deleting a file, in ASP.NET from the ground up.
|