timesead.utils.sys_utils ======================== .. py:module:: timesead.utils.sys_utils Functions --------- .. autoapisummary:: timesead.utils.sys_utils.check_path Module Contents --------------- .. py:function:: check_path(path: str) Checks whether a directory exists and creates it if it doesn't. :param path: Path of directory to check. :type path: str