How can you copy/move a folder or file with path name length > 255 on windows?
I have looked around for ages, and the only possible way I have found is to use the subst
method. I wish I didn't have to mess about with this. I simply want to copy/move a file or directory, X
, to location Y
.
I'm fine with making a .bat
script, or other kinds of scripts to achieve this.
PS: this is marked as of topic, which I'm fine with, but it was being done in a programming context.