1

I have a directory which has a tree of directories inside. It's not the name of the dir that is long, it is the tree of dirs inside it that vista is complaining about.

I tried using-

rmdir /S [MyDirectory]

Didn't work. Any idea?

3 Answers 3

2

Rename dirs further up the path (to single characters if possible), thus reducing the overall length until Windows will accept it. It's worked for me in the past.

2

Use ZtreeWin

2

user 8.3 format: instead of rmdir reallylongdirectory /s try rmdir really~1 /s /q

1
  • Use "dir /x" to view these shorter names. Commented Sep 2, 2009 at 16:56

You must log in to answer this question.