public class FileVar extends Object
| Modifier and Type | Method and Description |
|---|---|
FileVar |
getAbsolute() |
FileVar |
getCanonical() |
FileVar |
getChild(String name) |
File |
getFile() |
FileSystem |
getFileSystem() |
long |
getLength() |
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 FileVar(File file)
public File getFile()
public FileSystem getFileSystem()
public FileVar getParent()
public FileVar getCanonical()
public FileVar getAbsolute()
public boolean isDirectory()
public boolean isFile()
public boolean isExists()
public 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 © 2018. All rights reserved.