Module utils

Source

Functions§

append_file
Appends content to a file located at path.
create_dir
Creates a directory given its path.
create_file
Creates a file if it does not already exist. If the file already exists, it doesn’t modify its content.
overwrite_file
Opens an already existing file and overwrites all content with content.