public class FileFn extends BaseCLIFun
| Constructor and Description |
|---|
FileFn() |
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.fs.File |
file(String path) |
Boolean |
hasParent(xyz.cofe.fs.File file) |
Boolean |
isDirectory(xyz.cofe.fs.File file) |
Boolean |
isFile(xyz.cofe.fs.File file) |
long |
length(xyz.cofe.fs.File file) |
String |
lengthString(xyz.cofe.fs.File file) |
Date |
modifyDate(xyz.cofe.fs.File file) |
String |
name(xyz.cofe.fs.File file) |
xyz.cofe.fs.File |
parent(xyz.cofe.fs.File file) |
String |
path(xyz.cofe.fs.File file) |
void |
print(xyz.cofe.fs.File file) |
public xyz.cofe.fs.File file(String path)
public String name(xyz.cofe.fs.File file)
public String path(xyz.cofe.fs.File file)
public Date modifyDate(xyz.cofe.fs.File file)
public Boolean isDirectory(xyz.cofe.fs.File file)
public Boolean isFile(xyz.cofe.fs.File file)
public Boolean hasParent(xyz.cofe.fs.File file)
public xyz.cofe.fs.File parent(xyz.cofe.fs.File file)
public long length(xyz.cofe.fs.File file)
public String lengthString(xyz.cofe.fs.File file)
public void print(xyz.cofe.fs.File file)
Copyright © 2017. All rights reserved.