Functions§
- append_
file - Appends
content
to a file located atpath
. - 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
.