生成目录文档结构

win 环境下

进入要生成的目录下

打开cmd命令符窗口

输入命令

tree /f > list.txt

将目录树生成到了list.txt文件中

原文地址:https://www.cnblogs.com/covet/p/10313017.html