C# Input, Output, Other File Operations, and Persisting Data
Welcome to the 9th tutorial in the "C# for the Completely Uninitiated" series.
Creating Files Programmatically
Reading Files
Checking For File Existence
Moving a File to Another Location
Source code used in this tutorial:
readerwriter.cs
streamreader.cs
char_by_char.cs
file_attributes.cs
file_copy.cs
Creating Files Programmatically
The first thing you need to know about file operations in C#, such aswriting to a file, reading data from a file, etc., is that [...]




26. Sep, 2007