Skip to content

TruePath v1.9.0

Choose a tag to compare

@github-actions github-actions released this 31 May 23:11
· 122 commits to main since this release

Changed

  • PathIo.CreateDirectory, DeleteEmptyDirectory, DeleteDirectoryRecursively are now extension methods. Thanks to @seclerp!

Added

  • Extension methods:
    • PathIo.ReadAllLinesAsync,
    • PathIo.ReadAllText,
    • PathIo.ReadAllTextAsync,
    • PathIo.WriteAllTextAsync,
    • PathIo.GetFiles,
    • PathIo.GetDirectories (the latter two for file system traversal). Thanks to @seclerp!