Link to home
Start Free TrialLog in
Avatar of AXISHK
AXISHK

asked on

List files and folders

Is there any way to list all the folders and files under a particular directory ?

Thx
ASKER CERTIFIED SOLUTION
Avatar of Lee W, MVP
Lee W, MVP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Do you mean via command line or GUI?

If you're after a GUI method, then I can highly recommend Treesize Free for this.

https://www.jam-software.com/freeware/

Hope that's helpful.

Regards, Andrew
to explain a bit more on lee's comment :
open a wommand box with windows powershell (for win10)
then move to the desired folder
now type the command  dir/s or dir /S/B

you can also type the above command with the folder path included in quotes,
eg, you are in c:>windows\System32
then type Dir  c:\"folderPath"/S