save file in windows hidden folder python

Solutions on MaxInterview for save file in windows hidden folder python by the best coders in the world

showing results for - "save file in windows hidden folder python"
Josefa
06 Mar 2018
1import os
2os.system( "attrib +h myFile.txt" )
3
4
similar questions
queries leading to this page
save file in windows hidden folder python