TestimoX

API Reference

Class

FileTextReadResult

Namespace ComputerX.FileSystem
Assembly ComputerX
Modifiers sealed

UTF-8 text file read result.

Inheritance

  • Object
  • FileTextReadResult

Constructors

Properties

public String Path { get; set; } #

Resolved full file path.

public Int32 BytesRead { get; set; } #

Number of bytes read.

public Boolean Truncated { get; set; } #

Indicates whether the file content was truncated to BytesRead.

public String Text { get; set; } #

UTF-8 decoded text content.