TestimoX

API Reference

Class

FileSystemListEntry

Namespace ComputerX.FileSystem
Assembly ComputerX
Modifiers sealed

File system row emitted by listing queries.

Inheritance

  • Object
  • FileSystemListEntry

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public FileSystemListEntry() #

Properties

public String Type { get; set; } #

Entry kind: file, dir, or error.

public String Path { get; set; } #

Full path for the row.

public String Error { get; set; } #

Optional error message for error rows.