Hierarchy

  • File

Properties

Methods

Properties

path: string

Methods

  • Close the file.

    Returns void

  • Check if the file is open.

    Returns boolean

  • Read characters from the file.

    Parameters

    • len: number

      The number of characters to read.

    Returns string

  • Write text to the file.

    Parameters

    • text: string

      The text to write.

    Returns void

Generated using TypeDoc