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
--
http://mail.python.org/mailman/listinfo/python-list
