Skip to content

TruePath v1.7.0

Choose a tag to compare

@github-actions github-actions released this 18 Apr 20:16
· 141 commits to main since this release

Added

  • A new package, TruePath.SystemIo, with adapter for System.IO types.

    TruePath.SystemIo.PathIo contains most of the static methods from .NET's File and Directory types as extension methods over the AbstractPath.

    Thanks to @kant2002!