Installation
Usage Examples
Documentation
Tests that a specified path exists and is a directory.
path (str) – Path to test. Minimum length꞉ 1.
str
A two-item tuple, where the first item is True if the specified path exists, and the second is True if the specified path exists and is a directory.
tuple
tuple of bool
bool