RAGS - v1.10.0
    Preparing search index...

    Variable writeFileSync

    writeFileSync: (string: string, path: string) => File

    Type Declaration

      • (string: string, path: string): File
      • Writes a string to a file synchronously, replacing existing contents.

        Parameters

        • string: string

          The content to write

        • path: string

          The file path

        Returns File

        The Gio.File that was written