| 1. |
Solve : Excluding files when using dir command? |
|
Answer» I need to output all the folders within a SPECIFIC directory, including subdirectories. However, I don't want to output all the contents of the directories - I just want the directories and subdirectory names. I know that with the dir command, it will display all files and subdirectories, but is it possible to exclude all the files? |
|