Module path

Source
Expand description

Path utilities.

Traits§

PathClean
The Clean trait implements a clean method.

Functions§

clean
Gets the path cleaned as a platform-style string. The core implementation. It performs the following, lexically:
diff
Construct a relative path from a provided base directory path to the provided path.
unix_slash
Gets the path cleaned as a unix-style string.