python-cheatsheet icon indicating copy to clipboard operation
python-cheatsheet copied to clipboard

Add Recursive Directory Creation

Open sukumar-v opened this issue 3 years ago • 1 comments

os.makedirs is a great way to create directories and sub directories recursively. Existing directories can also be ignored by setting the exist_ok argument to True.

sukumar-v avatar Apr 04 '21 09:04 sukumar-v

Thanks, I will consider it.

gto76 avatar Apr 05 '21 08:04 gto76

I added it. Thanks a lot for the push.

gto76 avatar Dec 27 '22 21:12 gto76