This is a strange situation that I don't really know why it's happening.
Let's say I have these directories (names are fake but the structure is real):
a
+- b
| + file1
| + file2
|
+- c
+ file3
+ file4
I can navigate to all three directories without problems in the explorer. However when I try to cd into b and c, I got this
C:\PathToUser\a> cd "b"
The system cannot find the path specified.
This is strange because they are clearly there:
Volume in drive C is OS
Volume Serial Number is SOME-NUMS
Directory of C:\PathToUser\a
12/12/2017 11:56 PM <DIR> .
12/12/2017 11:56 PM <DIR> ..
01/29/2012 10:54 PM <DIR> b
01/29/2012 10:32 PM <DIR> c
0 File(s) 0 bytes
4 Dir(s) SOME bytes free
What I wanted to do is to remove those two directories, but I couldn't remove them with both cmd and explorer. Are the directories corrupted? Any suggestion is appreciated, thanks.
0x20) but that's about it. The"b"incd "b"is autocompleted by pressing tab so the name should be accurate. – Derek 朕會功夫 Dec 13 '17 at 06:32