Hi,
I try to copy tree by shutil.copytree().
While the function run, I get some Exception "File name too long".
The path+fike name are realy long, and the exception as I understand is from the OS not Python.
Do you have any solution?
* I can not change the directory tree, the main path or files name.
Thanks.