mkdir -p functionality in python

Posted by SetJmp on Stack Overflow See other posts from Stack Overflow or by SetJmp
Published on 2009-03-01T18:49:39Z Indexed on 2010/04/03 10:13 UTC
Read the original article Hit count: 276

Filed under:
|
|

Is there a way to get functionality similar to mkdir -p on the shell... from within python. I am looking for a solution other than a system call. I am sure the code is less than 20 lines... really I am wondering if someone has already written it?

© Stack Overflow or respective owner

Related posts about python

Related posts about mkdir