Expand description
§path
Path utility functions and traits.
Modules§
Functions§
- canonicalize_
as_ string - Returns a canonicalized string from the provided path value.
- canonicalize_
or - Returns a canonicalized string from the provided path value.
- get_
basename - Returns the last path component (file name or last directory name).
- get_
last_ modified_ time - Returns the last modified time of the provided path in millies since unix epoch time.
- get_
parent_ directory - Returns the parent path.