Hello
Here is my simple listdir example:
Here is my error:
WindowsError: [Errno 3] The system cannot find the path specified: 'l/
*.*'
Regards,
Vedran
Here is my simple listdir example:
>>import os
>>os.listdir("C :\Python24\") # This directory relly exists
>>os.listdir("C :\Python24\") # This directory relly exists
WindowsError: [Errno 3] The system cannot find the path specified: 'l/
*.*'
Regards,
Vedran
Comment