Module pathutil
Various utility functions for working with paths.
Functions
concat (...) | Concats all given value into a valid path. |
Fields
delimiter | The path delimiter used. |
Functions
- concat (...)
-
Concats all given value into a valid path.
Parameters:
- ... The items to concatenate. Assumed to be strings.
Returns:
-
A pthat delimited by the current path delimiter.