Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 734 Bytes

File metadata and controls

17 lines (12 loc) · 734 Bytes

ProcessFiles.Lib - About:

First created on: 14/03/2025

The purpose of this project is to create a reusable class library that i can share between other codebases to perform system I/O file system operations. I hope to add this project into a future WPF or ASP.NET application in the future.

The class library will perform operations like searching a file system for all files contained within a directory and then listing them by order of file size and writing that out to a text file.

Technologies / Principles Used:

  • C#
  • .NET 9.0
  • .NET Core
  • Console
  • Class Library