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

Reply via email to