docs
code
community
mailing lists
downloads
blogs
bugs
safari bookshelf
workspace
Product Documentation
ActivePython 2.4 Documentation
Table of Contents
win32file
.RemoveDirectory
RemoveDirectory(
lpPathName
)
Removes an existing directory
Parameters
lpPathName
: str/
PyUnicode
Name of the path to remove.
Comments
This is implemented using RemoveDirectoryW.