Expand description
Path method implementations.
Uses path_parse for format-aware path manipulation instead of
std::path::Path which only understands the host OS’s path format.
Functions§
- as_
posix_ fn - is_
absolute - Cross-platform is_absolute that respects path_format regardless of host OS.
- is_
absolute_ fn - is_
relative_ to_ fn - join
- Join two path strings using the separator and absoluteness rules for
fmt. - make_
apply_ path_ mapping_ fn - Build a closure for
apply_path_mappingthat captures the given rules. - non_
uri_ join - Join two path strings without recognizing URIs as absolute.
- prop_
name - prop_
parent - prop_
parts - prop_
stem - prop_
suffix - prop_
suffixes - relative_
to_ fn - with_
name_ fn - with_
number_ fn - with_
stem_ fn - with_
suffix_ fn