How can we Delete a folder in windows 7 which shows "path does not exist" message when delete it? please give a solution..
Asked
Active
Viewed 498 times
-4
-
Language you are using? – xanatos Oct 18 '11 at 08:32
-
thanx.i'm a newer to this site... – Oct 18 '11 at 08:57
-
Here are a number of solutions to delete problems: http://superuser.com/questions/229563/how-to-delete-files-and-folders-that-cannot-be-deleted – glenneroo Oct 18 '11 at 11:11
-
A restart of the system can sometimes cure this error. – Moab Oct 18 '11 at 14:54
2 Answers
1
I'll say you forgot to escape the \ in your language. So for example in C, C++ and C# this "C:\Windows" is wrong. This "C:\\Windows" is right (and in C# @"C:\Windows" is right too)
xanatos
- 123