Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dir Command Not Showing all Folders

The dir command in the Windows command prompt did not display a folder named tmp when it did exist. But running the dir in Powershell did display the tmp folder.

Why did the Windows command prompt not show this folder?

like image 554
ben.coffee Avatar asked Nov 27 '25 04:11

ben.coffee


1 Answers

You need to add the "show hidden" option to dir:

dir /a
like image 67
Caffeinated Avatar answered Nov 30 '25 00:11

Caffeinated



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!