I only skimmed you message, but I couldn't see
os.removedirs in it:
>>> help('os.removedirs')
Help on function removedirs: removedirs(name)
removedirs(path) -> None Super-rmdir; remove a leaf directory and empty all intermediate ones. Works like rmdir except that, if the leaf directory is successfully removed, directories corresponding to rightmost path segments will be pruned way until either the whole path is consumed or an error occurs. Errors during this latter phase are ignored -- they generally mean that a directory was not empty. >>>
Hope that helps.
GBU
Matthew Sherborne
|
- Shell tool Adam Getchell
- RE: Shell tool Richard Kemp
- Re: Shell tool Matthew Sherborne
- Re: Shell tool Patricia J. Hawkins
- Shell tool Adam Getchell
- RE: Shell tool Richard Kemp
- RE: Shell tool Martin Katz