hammerspoon2-docs
    Preparing search index...

    Function append

    • Append a UTF-8 string to a file, creating it if it does not exist.

      Parameters

      • path: string

        Path to the file. ~ is expanded.

      • content: string

        String to append.

      Returns boolean

      true on success, false on failure.