Product Documentation

ActivePython 2.4 Documentation

win32file.RemoveDirectory

RemoveDirectory(lpPathName)

Removes an existing directory

Parameters

lpPathName : str/PyUnicode

Name of the path to remove.

Comments

This is implemented using RemoveDirectoryW.