TruePath v1.9.0
Changed
PathIo.CreateDirectory,DeleteEmptyDirectory,DeleteDirectoryRecursivelyare 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!