[PIPython] Directory...

D.B. sea_may_cry
Ven 19 Nov 2004 15:16:49 CET


In un programma ho scritto una funzione che dovrebbe cancellare il contenuto della cartella C:\Documents and Settings\Administrator\Recent , ma non sembra funzionare...qualcuno potrebbe darmi una dritta?
La funzione è:

for File in os.listdir('C:\\Documents and Settings\\Administrator\\Recent'):
    os.remove(File)
    shutil.rmtree(File)

grazie...
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: http://list.zope.it/pipermail/python/attachments/20040816/5bb89f88/attachment.html


More information about the Python mailing list