Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to check if file exists pyuthon

import os
file_exists = os.path.exists("example.txt") # Returns boolean representing whether or not the file exists
Source by www.guru99.com #
 
PREVIOUS NEXT
Tagged: #check #file #exists #pyuthon
ADD COMMENT
Topic
Name
2+2 =