Result

Contains the successfully listed directory with its hierarchical structure and metadata.

The result encapsulates a FileSystemEntry.Folder which includes:

  • Directory metadata (name, path, hidden status)

  • Child entries organized hierarchically with their metadata

Constructors

Link copied to clipboard
constructor(root: FileSystemEntry.Folder)

Properties

Link copied to clipboard

the directory tree starting from the requested path

Functions

Link copied to clipboard

Retrieves the serializer instance for the implementing class.

Link copied to clipboard
open override fun toStringDefault(): String

Converts the result to a structured text representation.