Expand description
Path utilities.
Traits§
- Path
Clean - 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.