filesystem.pl -- Interacting with the filesystem.

author
- Daniel Beßler
license
- BSD
 path_delimiter(?Delimiter)
Delimiter for filesystem paths.
 path_concat(+Prefix, +Suffix, ?Path)
Concatenate path prefix with path suffix. Makes sure that one filesytem delimiter is added between Prefix and Suffix.
 path_split(?Path, ?PathList)
Splits Path at delimiter characters and unifies with splitted path elements PathList.
 mkdir(+Dir)
Create directory at Dir if it does not yet exist. Also creates all not-existing parent directories.