Long paths in Python on Windows
Well it seems that, as always, I’ve found the answer to what’s been bugging me for a week twenty minutes after I seriously ask somebody about it. So I’ve found that I need to make sure two things are done correctly: The path can contain only backslashes, no forward slashes. If I want to do … Read more