Re: A win32file.ew question.
- Posted by Guillermo Bonvehi <knixeur at speedy.com.ar> Dec 07, 2003
- 474 views
Hi Haydan, If i'm not wrong, deleteFile doesn't support wildcards (*.* or=20 *.txt), you should get the files in the directory using dir() function=20 and delete the files that are listed there. If there are subdirectories=20 you should use walk_dir(). Best Regards, Guillermo Bonveh=ED Hayden McKay wrote: > > >I filled my temp folder full of *.txt files only >with no other apps running and still deleteFile() returned 0 >I think its something to do with the "show files" screen windows produces >for the windows directory protection. >My computer has a "show files" screen when double click on windows >directory. >=20=20 >