Skip to content

Files

Latest commit

68c254f · Mar 7, 2017

History

History

WorkWithFiles

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 6, 2017
Mar 7, 2017
Feb 8, 2017
Jan 18, 2017

README.md

Working with files (Create new, Edit, Delete, Clean Directory)(Exception Handling)

Examples on how to work with files in C# 6.0 System.IO
  • CreateFile provides an opportunity to safely create and edite files.

  • Kill Unnecessary Files! is a small application that can clean selected directory from unnecessary files and folders.

How it works

workwithfile

In this project about 52% of code is for Exception Handling

Project written on C# 6.0, .NET Framework 4.6 Visual Studio 2015 Comunity Edition