How do I check if a directory exists in Python?

Опубликовано: 30 Сентябрь 2024
на канале: Code Samples
183
4

#short
#python
#directory
How do I check if a directory exists in Python?
os.path.isdir: http://docs.python.org/dev/library/os...
os.path.exists: http://docs.python.org/dev/library/os...
pathlib: https://docs.python.org/dev/library/p...