Getting started
Examples
API
License
Create a directory.
directory (str) – Directory path (without trailing slash).
is_overwrite (bool, default=False) – If True, then directory overwrites existing directory with the same name. If False, then directory is extended with ‘_int’ until non-existing directory is found, where int is an integer starting as 1.
directory – Created directory path.
str