Expand description
std::path - path manipulation using std::path::PathBuf.
All functions take path strings and return strings or booleans.
path_pop removes the last component (returns the shortened path).
path_push appends a component (same as path_join).
Modulesยง
- path_
exists ๐ - path_
extension ๐ - path_
filename ๐ - path_
is_ ๐dir - path_
is_ ๐file - path_
join ๐ - path_
parent ๐ - path_
pop ๐ - path_
push ๐ - path_
set_ ๐extension - path_
stem ๐