Monday, 20 May 2019

How to delete a folder you are not able to delete to due to long path.

ExampleC:\Very long path.... to be deleted you can use the command

Go to path and enter

subst x: .

here . is current directory.

and then you can delete X:\Very long path.... going in x drive.

subst x: /d

No comments:

Post a Comment