Function writeFileText

  • Write file text with system EOL.

    Parameters

    • path: string

      file path

    • text: string

      file text

    • fn: NoParamCallback

      callback (err)

    Returns void

  • Write file text with system EOL.

    Parameters

    • path: string

      file path

    • text: string

      file text

    Returns Promise<void>

Generated using TypeDoc