C# File System Tips and Tricks

Go to class
Write Review

Free Online Course: C# File System Tips and Tricks provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. C# File System Tips and Tricks is taught by Jesse Freeman.

Overview
  • Learn how to work with .NET System.IO classes for accessing the file system in your C# application. See how to work with folders and files, organize file access logic, and more.

Syllabus
  • Introduction

    • Welcome
    • Using the exercise files
    1. File System Intro
    • Introduction to C#'s file I/O APIs
    • Creating a simple command line app
    2. Working with Folders
    • Creating a new folder
    • Creatiing multiple folders
    • Deleting folders
    • Copying folders
    • Cleaning up folder logic
    3. Working with Files
    • Creating a file
    • Creating a config file
    • Reading a config file
    • Copying, editing, and moving a config file
    • Saving images
    4. File Utility
    • Organizing file access logic
    • Resusability
    • Protecting the file system
    Conclusion
    • Next steps