clearpath_config.common.types.file module

class clearpath_config.common.types.file.File(path: str, creatable=False, exists=False, make_abs=True)

Bases: object

static clean(path: str, make_abs=True) str
get_path() str
static is_creatable(path: str, make_abs=True) bool
static is_exists(path: str, make_abs=True) bool