DirectoryEntry

data class DirectoryEntry(val name: String, val entryType: EntryType)

A directory entry

Constructors

Link copied to clipboard
constructor(name: String, entryType: EntryType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

type of the entry (i.e., file or directory).

Link copied to clipboard

name of the entry.