auromat.util.os module

auromat.util.os.makedirs(*paths)[source]

Recursively creates folders if not already existing.

auromat.util.os.touch(path)[source]

Create new file if it doesn’t exist or just update mtime to NOW.