public static class SOSecureFS.FileAttributes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
isDirectory
True if the file represents a directory.
|
boolean |
isHidden
True if the file is hidden.
|
boolean |
isSystem
True if the file represents a system file.
|
boolean |
isWriteable
True if the file is writeable.
|
long |
lastModified
The time of last file modification in seconds since the epoch.
|
long |
length
The length of the file in bytes.
|
Constructor and Description |
---|
FileAttributes() |
public long length
public long lastModified
public boolean isHidden
public boolean isDirectory
public boolean isWriteable
public boolean isSystem