Class FilesystemAbstract

This class represents a tree of source code rooted at a single script. Each method returns null if the target was not the correct file type, or did not exist

Hierarchy

Constructors

Methods

Constructors

Methods

  • Return a directory listing for a given path, or null if the folder does not exist.

    Parameters

    • path: string

    Returns string[]

  • Read a file at the given path, returns the file contents as a binary buffer if the file exists, otherwise null.

    Parameters

    • filename: string

    Returns Buffer

Generated using TypeDoc