public class FileVar extends Object
| Constructor and Description |
|---|
FileVar(xyz.cofe.fs.File file) |
| Modifier and Type | Method and Description |
|---|---|
FileVar |
getAbsolute() |
FileVar |
getCanonical() |
FileVar |
getChild(String name) |
xyz.cofe.fs.File |
getFile() |
xyz.cofe.fs.FileSystem |
getFileSystem() |
long |
getLength() |
xyz.cofe.text.template.ctx.DateVar |
getModifyDate() |
String |
getName() |
FileVar |
getParent() |
String |
getPath() |
String |
getSizeRound() |
boolean |
isAbsolute() |
boolean |
isDirectory() |
boolean |
isExecutable() |
boolean |
isExists() |
boolean |
isFile() |
boolean |
isReadable() |
boolean |
isRoot() |
boolean |
isWritable() |
public xyz.cofe.fs.File getFile()
public xyz.cofe.fs.FileSystem getFileSystem()
public FileVar getParent()
public FileVar getCanonical()
public FileVar getAbsolute()
public boolean isDirectory()
public boolean isFile()
public boolean isExists()
public xyz.cofe.text.template.ctx.DateVar getModifyDate()
public long getLength()
public String getSizeRound()
public boolean isReadable()
public boolean isWritable()
public boolean isExecutable()
public String getName()
public String getPath()
public boolean isAbsolute()
public boolean isRoot()
Copyright © 2017. All rights reserved.