DirectoryEntryWithMetadata

A directory entry with additional file metadata information.

See also

Properties

Link copied to clipboard
abstract val metadata: FileMetadata?

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

Link copied to clipboard

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

Link copied to clipboard
abstract val name: ByteString

The name of the file.

Link copied to clipboard
open override val type: FileType?

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

Link copied to clipboard
open override val typeException: Throwable?

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