SyntaxFix
Write A Post
Hire A Developer
Questions
try os.path.exists this will check for the path and return True if exists and False if not.
os.path.exists
True
False