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 1760654236
Live free or die.
Home
Notebook
Contact us