Skip to navigation
How recursively create directories with python
05.09.15
if not os.path.exists(directory): os.makedirs(directory)
https://docs.python.org/2/library/os.html#os.makedirs
Reply
Anonymous
Information Epoch 1767030242
Make every program a filter.
Home
Notebook
Contact us