Module path

Module path 

Source
Expand description

Path manipulation module.

Provides functions for path manipulation operations.

Functionsยง

basename
Get the base name of a path.
dirname
Get the directory name of a path.
extension
Get the file extension.
is_absolute
Check if a path is absolute.
join
Join path components.
normalize
Normalize a path.