Returns an absolute path relative to the current working directory.
The path without its extension. Returns a copy.
Returns a normalized path, removing parts like "./" and "../".
Concatenate s. Returns a copy.
Concatenate s. path ~= s
Append s. Returns a copy.
Append s. p /= s
Returns the path as a string.
Returns a new Path object.
This class is like FilePath, but adds additional operators to make things easier.