May I ask the person above: How to enter that directory? Is access not possible?
If you create a directory under a directory using md ...\ or when using md \...\ in Windows, you won't see the files. Then copy a.txt \...\
You can also create another md ....\ or md \....\ At this time, in Windows, you will see a ... folder. But when you double-click to open it, you don't actually open \....\, but you open \...\. You can prove it by using copy a.txt \...\, and you will see the files in \...\ instead of \....\. Here, you can't use MOVE. If you want to open \....\ again, you can create another \.....\ and then open \....\
And if you start with a letter, like md a..\, at this time in Windows, you can see an a. folder, which is the same as above. Generally, it's only in Windows. If you want to do it in DOS or CMD, for example, start a..\a.txt
But you need to remember the file name inside, otherwise you have to access it in Windows
Deletion is also done with rd/s a..\ Pay attention to making sure the name is the same as when you created it with md, and then it will be okay
Nonsense (I heard this is a loophole in file paths! Maybe viruses in the future will develop in this direction! If you create many such files in each directory of your computer, it may be difficult to kill the virus, and it's a bit difficult. At this time, the best method may be to use format. Currently, the official doesn't seem to have released any preventive measures! I'm sorry I talked too much)