Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to hide a specific file in python

fn = 'c:file.txt'
p = os.popen('attrib +h ' + fn)
t = p.read()
p.close()
Source by www.daniweb.com #
 
PREVIOUS NEXT
Tagged: #hide #specific #file #python
ADD COMMENT
Topic
Name
9+1 =