I\'m checking to see if a directory exists, but I noticed I\'m using os.path.exists instead of os.path.isdir. Both work just fine, but I\'m curiou
os.path.exists
os.path.isdir