Package net.rubygrapefruit.platform
Interface DirEntry
- All Superinterfaces:
FileInfo
Details about a file in a directory. This is a snapshot and does not change.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.rubygrapefruit.platform.FileInfo
FileInfo.Type
-
Method Summary
Methods inherited from interface net.rubygrapefruit.platform.FileInfo
getLastModifiedTime, getSize, getType
-
Method Details
-
getName
String getName()Returns the name of the file.
-