Skip to content

Instantly share code, notes, and snippets.

@mh0w
Created October 21, 2022 14:50
Show Gist options
  • Save mh0w/d9633dae7619acc9637011444d9c54e8 to your computer and use it in GitHub Desktop.
Save mh0w/d9633dae7619acc9637011444d9c54e8 to your computer and use it in GitHub Desktop.
check if file exists
import os
os.path.exists('xxx.txt')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment