Open Source Contribution Details

OldFileCleanup


My Contribution:

I added a Where LINQ statement to the GetDrives() call to filter out drives where IsReady == false to avoid XAML binding failures for unready drives (such as CD-ROM drives).

Overall Value of the Project:

This open-source project, created by Robin Erlacher, is designed to search and list all your old files on a drive, based on the selected date range, and allows you to decide if you want to delete or keep them.

Technologies Used

  • .NET;
  • .NET 5;
  • C#;
  • LINQ;
  • WPF;

Find the Project here:

Link to Code Base: https://github.com/rerlache/OldFileCleanup/

Link to Pull Request: https://github.com/rerlache/OldFileCleanup/pull/1

Back to List