removing a directory that exceeds 256 charachters

  • Thread starter Thread starter Armando
  • Start date Start date
A

Armando

I am trying to remove a directory whose path exceeds the
256 charachter long filename limitation. "del" does not
do anything and "rmdir" returns with the error that says
the directory is not empty. Any suggestions?
 
Or set the default to the folder it is contained in and delete it by its
name only. If still too long, find its 8.3 name with:

dir/ad /x

and delete it with that name.

/Al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top