DirectoryEntryWithType

A directory entry with additional file type information.

See also

Inheritors

Properties

Link copied to clipboard
abstract val name: ByteString

The name of the file.

Link copied to clipboard
abstract val type: FileType?

The type of the file, or null if it couldn't be read.

Link copied to clipboard
abstract val typeException: Throwable?

The exception occurred when reading type of the file, or null when the type is successfully read.