Tree view of a directory/folder in Windows
In the Windows command prompt you can use “tree /F” to view a tree of the current folder and all descending files & folders. Used as :
C:\>tree /F MainDirectory Folder PATH listing Volume serial number is 00000079 F859:0937 C:\MAINDIRECTORY ├───subDirectory1 │ │ file11.txt │ │ file12.txt │ │ │ └───subToSubDirectory1 │ file1.txt │ file2.txt │ file3.txt │ file4.txt │ file5.txt │ file6.txt │ └───subDirectory2 file22.txt file23.txt file24.txt