public abstract class FileInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
filename
The name of this file without path information.
|
java.util.Date |
lastModified
The date this file was last modified.
|
java.lang.String |
parent
System-dependant absolute path to parent of this file.
|
boolean |
read
Whether this file can be read.
|
long |
size
The size of this file, in bytes.
|
java.net.URL |
url
A URL to this file.
|
boolean |
write
Whether this file can be modified.
|
Constructor and Description |
---|
FileInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public boolean read
public boolean write
public java.lang.String filename
public java.util.Date lastModified
public java.lang.String parent
public long size
public java.net.URL url
© 2000-2025 Flux Corporation. All rights reserved.