Simpan file di folder tersembunyi windows python
import os
os.system( "attrib +h myFile.txt" )
Energetic Elephant
import os
os.system( "attrib +h myFile.txt" )