• Synchronously appends content to file at path.

    Parameters

    • path: string

      Path to the file to be appended.

    • data: string

      Content to be appended.

    Returns void