File and Stream IO

Reading from a file using the System.IO.File class

Lazily reading a file line-by-line via an IEnumerable

Copy File

0Writing lines to a file using the System.IO.StreamWriter class

Async write text to a file using StreamWriter

Writing to a file using the System.IO.File class

Files and Directories

Create File

Move File

Delete File