File tree view in Notepad++

后端 未结 7 1029
南方客
南方客 2021-01-30 00:26

I was wondering how to make a file tree view in Notepad++, like other editors have, where I could open a file by clicking on it?

7条回答
  •  醉话见心
    2021-01-30 01:11

    You can also use you own computer built-in functions:

    • Create a file, write this on it:
    tree /a /f >tree.txt
    • Save the file as any_name_you_want.BAT
    • Launch it, it will create a file named tree.txt that contains you directory TREE.

提交回复
热议问题