Windows: open() -> "[Errno 38] Filename too long"

robert nospam at invalid.invalid
Wed Jun 24 06:34:24 EDT 2009


When doing open/os.stat/...(dirpath+filename)
and total path > 250 chars then

OSError: "[Errno 38] Filename too long"

is there a way to access the file without changing to that 
directory (its in a thread and a fast iteration of many file too) ?



More information about the Python-list mailing list