~sschwarzer/ftputil#2: 
Add makedirs() function/method

On 2005-07-02, Justin Ezequiel asked for a makedirs() function or method. I guess he means code which makes also non-existent directories between the "deepest existing" directory component and the directory component at the end of the path. This would be similar to the -p option of Posix' mkdir.

Status
RESOLVED FIXED
Submitter
schwa (unverified)
Assigned to
No-one
Submitted
18 years ago
Updated
18 years ago
Labels
enhancement library

schwa (unverified) 18 years ago · edit

There's a ​makedirs(path, mode) function in the ​os module.

schwa (unverified) 18 years ago · edit

Just checked in (changeset 451).

Register here or Log in to comment, or comment via email.