Result

Contains the successfully written file with its metadata.

The result encapsulates a FileSystemEntry.File which includes:

  • File metadata (name, extension, path, hidden, size, contentType)

  • No content body (this tool writes, it does not return the file text)

Constructors

Link copied to clipboard
constructor(file: FileSystemEntry.File)

Properties

Link copied to clipboard

the written file entry containing metadata

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 confirmation message with file metadata.