Check If a Directory Exists in Python August 24, 2020 import os os.path.isdir('./final_data_folder') References https://careerkarma.com/blog/python-check-if-file-exists Related