From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Create and Append_File Date: Fri, 07 Jun 2019 09:01:13 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="38d1d2b3f0afaa55f7cfd8d777359345"; logging-data="27244"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ndJT9gd0M/B0YyC+XhgDtw3X3egJF+ig=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (darwin) Cancel-Lock: sha1:/xzHIpCnkCsxul7yUVUVmt5IGyg= sha1:6PVukAtlpTvYL7uyuBdOhe60E1k= Xref: reader01.eternal-september.org comp.lang.ada:56535 Date: 2019-06-07T09:01:13+01:00 List-Id: "Randy Brukardt" writes: > As you note, Create (In_File) is already nonsense, so Create > (Append_File) might as well be nonsense as well (it's *less* nonsense > in any case, since a modeless Reset preserves the mode, and the file > wouldn't necessarily be empty at that point). I guess I should add this to my StackOverflow answer which may have been the trigger for this question. I have No Idea why I thought it sensible to Create the file in Append_File mode. https://stackoverflow.com/a/56404909/40851