DirectoryKt

# VFS: Directory

Describes a directory-type entry within a given `TreeEntry`, within a virtual file system managed by Elide. Directory
entries can hold children (either `File` or other `Directory` objects), by way of their `TreeEntry` children. Entries
of type `Directory` are virtualized and carry no data.

Protobuf type elide.vfs.Directory

Types

Link copied to clipboard
class Dsl