Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种快速列出文件夹中所有文件并将该列表发送到文本或 csv 文件的方法?除了当前文件夹中的文件之外,我还想在子文件夹(嵌套)中包含文件,并且我希望列表包含相对路径信息。
两种选择取决于您要寻找的内容。
从最顶层文件夹中的命令提示符运行命令。
树 > 输出文件.txt
或者
目录 /s > 输出文件.txt