# tree2path **Repository Path**: vtor3478/tree2path ## Basic Information - **Project Name**: tree2path - **Description**: 实现树状目录tree转为文件夹路径path - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-21 - **Last Updated**: 2025-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 此文件用于将tree后的文件转换成path格式,使用方式如下 t2p.exe src.txt dst.txt src为源文件,此处可自定义修改 dst为目标文件,可自定义修改 可以更方便地查找文件 打算精简操作,只需要直接双击就可以实现path目录,目前暂未实现 ``` lib/ ├── binfmt.d ├── cpp -> ../bin/cpp ├── debug │ ├── bin -> usr/bin │ ├── lib -> usr/lib /lib/ /binfmt.d /cpp -> ../bin/cpp /debug /debug/bin -> usr/bin /debug/lib -> usr/lib ```