Skip to main content

Module path

Module path 

Source
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 ๐Ÿ”’

Constantsยง

KEYWORDS

Functionsยง

module