pysys.utils.fileutils module

pysys.utils.fileutils.mkdir(path)[source]

Create a directory, with recursive creation of any parent directories.

This function is a no-op (does not throw) if the directory already exists.