Hierarchy-Diagram

UML class diagram of Directory
Legend
icon for a class in the UML class diagram class
icon for a public property in the UML class diagram public property
icon for a public method in the UML class diagram public method

Hierarchy (view full)

Constructors

Properties

path: string
server: Server

Methods

  • Returns undefined | string

  • Parameters

    • opts: {
          limit?: number | "none";
          nameFilter?: string;
          pathFilter?: string;
      }
      • Optional limit?: number | "none"

        Limit number of returned entries. "none" for no limit. Default: 50

      • Optional nameFilter?: string

        Glob expression. Default: "*"

      • Optional pathFilter?: string

        Glob expression. Default: "*"

    • Optional commandOptions: CommandOptions

    Returns ResultAsync<FileSystemNode[], ProcessError>

  • Returns boolean

  • Returns boolean