hi
i have created one file a.txt,
path= "c:\a.txt"
f = codecs.open(path, 'w', 'utf_8')
now i want to delete it through program , how could i do this ???
thnks in advance
hi
i have created one file a.txt,
path= "c:\a.txt"
f = codecs.open(path, 'w', 'utf_8')
now i want to delete it through program , how could i do this ???
thnks in advance
Pankaj Nathani
www.croozeus.com