> buildbot/slave/commands.py (rmdirRecursive): added a check > to ensure the path passed into rmdirRecursive actually exists. > On win32 a non-existant path would generate an exception. You could just the following for NT/XP: rmdir /S /Q dirname Nick