public class FileFinder extends Object
| Constructor and Description |
|---|
FileFinder() |
| Modifier and Type | Method and Description |
|---|---|
static File |
find(String lastPath)
输入一个文件名或者文件的最后路径寻找文件 default deep Integer.max
|
static File |
find(String lastPath,
int deep)
输入一个文件名或者文件的最后路径寻找文件
|
static File |
findByFile(File file,
String lastPath)
根据一个文件深度查找
|
static File |
findByFile(File file,
String lastPath,
int deep)
根据一个文件深度查找
|
Copyright © 2016. All rights reserved.