public interface Directory
| 限定符和类型 | 方法和说明 |
|---|---|
Directory[] |
getChildren() |
File |
getFile() |
int |
getFileCount(boolean recursive) |
int |
getFolderCount(boolean recursive) |
long |
getLastModified() |
long |
getLength() |
Directory |
getParent() |
Copyright © 2020. All rights reserved.