Zapisz plik w Python folderu ukrytego systemu Windows
import os
os.system( "attrib +h myFile.txt" )
Energetic Elephant
import os
os.system( "attrib +h myFile.txt" )