IOInfoExtensions

This contains some quality of life improvements to the System.IO.DirectoryInfo and System.IO.FileInfo classes that I find useful.

The core code is written for DotNet but I also created a PowerShell wrapper that creates a PowerShell module so it can be used there as well.

Source

https://github.com/APStrickland/IOInfoExtensions

Technical Documentation

Documentation

This documentation was built using DocFX and templates that I created.

DocFX Template Source

They can be found in my other project here.

DocFX Template Implementation

How they were implemented can be see here