Skip to content

APStrickland/IOInfoExtensions

Repository files navigation

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 as a PowerShell module so it can be used there as well.

Dotnet

The IOInfoExtensions project generates a nuget package that can be imported into your project and referenced.

PowerShell

The IOInfoExtensions.PowerShell project creates a PowerShell module that can be imported in 5.1+. It contians wrappers around IOInfoExtensions methods and imports them as types into PowerShell. This allows native .methodName() usage.

Technical Documentation

The technical documentation with examples can be found here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published