• Open the given file in the given mode.

    Parameters

    • path: string

      The path to the file.

    • mode: string

      The mode to open the file in ("r", "w", "a" and combinations).

    Returns File

Generated using TypeDoc