Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python delete contents of file

f = open('file.txt', 'r+')
f.truncate(0)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #delete #contents #file
ADD COMMENT
Topic
Name
1+3 =