DirectoryEntry

data class DirectoryEntry(val inode: INode?, val type: DescriptorType, val name: String)

A directory entry.

Constructors

Link copied to clipboard
constructor(inode: INode?, type: DescriptorType, name: String)

Properties

Link copied to clipboard
val inode: INode?

The serial number of the object referred to by this directory entry. May be none if the inode value is not known.

Link copied to clipboard

The name of the object.

Link copied to clipboard

The type of the file referred to by this directory entry.