TruePath v1.3.0
Added
-
#39: Add
AbsolutePath::RelativeTo.Thanks to @ronimizy.
-
IPath::IsPrefixOfto check path prefixes.Thanks to @babaruh.
-
IPath::StartsWithto check if the current path starts with a specified path.Thanks to @babaruh.
-
#38: Introduce
AbsolutePath::CurrentWorkingDirectory.Thanks to @babaruh.
Changed
-
#17:
AbsolutePath::Parentshould not re-check the path's absoluteness (a performance optimization).Thanks to @ronimizy.