<< Click to Display Table of Contents >>
FileInfo
This class provides information about files and folders.
Member Variables
isDirectory
public boolean isDirectory
Whether it is a directory.
name
public String name
Name of the file or directory.
size
public long size
Size of the file or directory.
lastModified
public long lastModified
Time of the last modification of the file or directory, calculated as a date and time based on 00:00:00 GMT on January 1, 1970.