I've hidden a folder with cmd command using attrib, but I forgot the name of that folder. I know the path. Now, How I can find that hidden folder?
You can get the list of hidden folders using this command
dir /a To list all files and folders. dir /a:d for all directories. dir /a:h for all hidden files.
2.1m questions
2.1m answers
60 comments
57.0k users