making a file hidden in win32?

Luke LLoeffler at home.com
Sun Dec 2 18:33:08 EST 2001


why not this

import os
from sys import platform

if platform == "win32":
	os.system("attrib +h c:\\spam.txt")




More information about the Python-list mailing list