From the course: C# File System Tips and Tricks

Welcome - C# Tutorial

From the course: C# File System Tips and Tricks

Start my 1-month free trial

Welcome

- [Instructor] Hello, my name is Jesse Freeman, and in C# File System Tips and Tricks, we're going to learn how to work with .NET System.IO classes for accessing the file system. We'll start this project by learning how to use the Directory class to make, delete, and move folders. Next, we'll go over how to create, read, and write to files as well as how to edit, copy, and move them. And finally, we'll abstract out our file system API calls into a single class to better control how our application interacts with the underlying file system. I hope you enjoy this course as much as I did making it. Now, let's get started.

Contents