timesead.utils.sys_utils

Functions

check_path(path)

Checks whether a directory exists and creates it if it doesn't.

Module Contents

timesead.utils.sys_utils.check_path(path: str)

Checks whether a directory exists and creates it if it doesn’t.

Parameters:

path (str) – Path of directory to check.