RemoveDirectory(PathName, Transaction)
Removes an existing directory
Parameters
PathName : string
Name of directory to be removedTransaction=None : PyHANDLE
Handle to a transaction (optional). See win32transaction::CreateTransaction.
Comments
If a transaction handle is passed in, RemoveDirectoryTransacted will be called (requires Vista or later)
Accepts keyword arguments.
Win32 API References
Search for RemoveDirectory at msdn, google or google groups.
Search for RemoveDirectoryTransacted at msdn, google or google groups.