Long paths in Python on Windows
I have a problem when programming in Python running under Windows. I need to work with file paths, that are longer than 256 or whatsathelimit characters. Now, I've read basically about two solutions: Use GetShortPathName from kernel32.dll and access the file in this way.
https://stackoverflow.com/questions/29557760/long-paths-in-python-on-windows