mutapath.Path.dirs
- Path.dirs(*args, **kwargs)[source]
List of this directory’s subdirectories.
The elements of the list are Path objects. This does not walk recursively into subdirectories (but see
walkdirs()).Accepts parameters to
listdir().
List of this directory’s subdirectories.
The elements of the list are Path objects.
This does not walk recursively into subdirectories
(but see walkdirs()).
Accepts parameters to listdir().