:open_file_folder: write(path,content) - open.write replacement. Creates directory if it doesn't exist


Keywords
write, file, python
License
Unlicense
Install
pip install write==2020.12.3

Documentation

Installation

$ [sudo] pip install write

Examples

>>> import write

>>> write.write("not-existing-folder/file",'string')
>>> open("not-existing-folder/file").read()
'string'

readme42.com