Installation
Usage Examples
Documentation
Deletes a directory.
directory (str) – Directory to delete. Minimum length꞉ 1.
str
removeTree (bool, optional) – If True, all files and subdirectories contained in the directory will be deleted. If False, the directory must be empty or deletion will fail.
bool