os.walk()

Roel Schroeven rschroev_nospam_ml at fastmail.fm
Thu Feb 17 09:51:29 EST 2005


rbt wrote:
> The problem I run into is that some of the files and dirs are not
> removed while others are. I can be more specific and give exact examples
> if needed. On WinXP, 'pagefile.sys' is always removed, while
> 'UsrClass.dat' is *never* removed, etc.

Keep in mind that the comparisons are done case sensitive; are you sure
that there's no problem regarding uppercase/lowercase?

-- 
"Codito ergo sum"
Roel Schroeven



More information about the Python-list mailing list