Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Allwin12
Created January 9, 2020 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Allwin12/c5132d963857b75907764c455e76410a to your computer and use it in GitHub Desktop.
Save Allwin12/c5132d963857b75907764c455e76410a to your computer and use it in GitHub Desktop.
try:
my_abs_path = my_file.resolve(strict=True)
except FileNotFoundError:
# doesn't exist
else:
# exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment