Adding `mo_os` for operation system actions
Adding mo_os. Provided routines:
-
path_exists- check if given path exists -
path_isfile- check if given path is a file -
path_isdir- check if given path is a directory -
path_splitext- split path into basename and extension -
path_split- split path into head (root dir) and tail (file)
Edited by Sebastian Müller