The directory structure of one of my folders has become recursive or something, making an almost endless loop until I cannot go further down:
D:\prog\ai2\oving5\robotst\out\PRODUC~1\robots\out\PRODUC~1\robots\out\PRODUC~1\robots\out\PRODUC~1\robots\out\PRODUC~1\robots\out\PRODUC~1\robots\out\PRODUC~1\robots\out\PRODUC~1\robots\out\PRODUC~1\robots\out\PRODUC~1\robots\out\production\robots
How did this happen?
Trying to delete any file/directory somewhere in this path through Explorer fails with:
The source file names(s) are larger than is supported by the file system. Try moving to a location which has a shorter path name, or try renaming to shorter name(s) before attempting this operation.
Moving anything fails with the same message. I've tried renaming the directories to single letter names, but it's still too long. I've also tried shift+delete to bypass Recycle Bin.
Trying through command line (del and rd), nothing happens. No errors message, but the directories remain.
I've even tried removing the directory in Linux with rm -rf robotst, but it fails with
rm: cannot remove "path": File or path name too long
Any ideas on how to remove the folders, and why this has happened?
7zipanswer /to use it as 'alternative explorer'/, it always worked flawlessly for me) – wmz Apr 29 '14 at 12:56D:\prog\ai2\oving5\robotst\out\PRODUC~1and show me what theDIRcommand shows? – dsolimano Apr 29 '14 at 16:05dircommand as @dsolimano suggests should enable you to distinguish symlinks from the rest of them – CodesInChaos Apr 29 '14 at 16:06