This module provides conveniences for manipulating or retrieving file system paths.
The functions in this module may receive a char data as argument (i.e. a string or a list of characters / string) and will always return a string (encoded in UTF-8).
The majority of the functions in this module do not
interact with the file system, except for a few functions
that require it (like wildcard/1
and expand/1
).