Function appendFileLine

  • Append a line to a file. Creates the file and dirpath if they do not exist.

    Parameters

    • filepath: string

      The path of the file.

    • line: string

      The string data to append.

    Returns Promise<void>

Generated using TypeDoc