Expand description
Path utilities.
Traits§
- The Clean trait implements a
clean
method.
Functions§
- Get the path cleaned as a platform-style string. The core implementation. It performs the following, lexically:
- Construct a relative path from a provided base directory path to the provided path.
- Get the path cleaned as a unix-style string.