os.listdir path error

vedrandekovic at v-programs.com vedrandekovic at v-programs.com
Fri Aug 3 15:50:09 EDT 2007


Hello

Here is my simple listdir example:

>>> import os
>>> os.listdir("C:\Python24\") # This directory relly exists

Here is my error:

WindowsError: [Errno 3] The system cannot find the path specified: 'l/
*.*'

Regards,
Vedran




More information about the Python-list mailing list