TestimoX

API Reference

Class

FileSystemListEntry

Namespace ComputerX.FileSystem
Assembly ComputerX
Modifiers sealed

File system row emitted by listing queries.

Inheritance

  • Object
  • FileSystemListEntry

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.