Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python if file exists append else create

with open(filename, 'a+') as f:
    f.write(...)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #file #exists #append #create
ADD COMMENT
Topic
Name
5+6 =