#traverse #up #find #name #file #directory #files-folders

app rdetect

通过名称查找文件/文件夹,向上遍历目录

6 个版本

使用旧版 Rust 2015

0.2.1 2018年11月16日
0.2.0 2018年11月16日
0.1.3 2018年11月13日

#traverse 中排名 10

MIT 许可协议

4KB
67

检测

向上遍历目录以通过名称查找文件/文件夹。

示例,具有以下文件夹结构

./
├── bar/
├── baz/
├── file
└── foo/
   ├── norf/
   └── qux/
      └── file

detect file./foo/qux 运行将返回 ./foo/qux/file,而运行在 ./foo/norf 将返回 ./file

detect 将尝试遍历到 /

依赖项

~750KB