Windows, filename in right case, can it be done simpler ?

"Martin v. Löwis" martin at v.loewis.de
Sun Nov 23 13:08:58 EST 2008


> Does anyone has a better solution ?

If you have pythonwin, you can use win32file.FindFilesW, passing
the lower-cased file name.

Regards,
Martin



More information about the Python-list mailing list