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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5272f2ce638e3a38 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-07 09:46:24 PST Path: nntp.gmd.de!newsserver.jvnc.net!nntpserver.pppl.gov!princeton!rutgers!dziuxsolim.rutgers.edu!uunet!gwu.edu!gwu.edu!not-for-mail From: opdahl@seas.gwu.edu (Steven B. Opdahl) Newsgroups: comp.lang.ada Subject: Re: Opening a File for Appending Date: 6 Jan 1995 18:14:26 -0500 Organization: George Washington University Message-ID: <3ekisi$ns5@felix.seas.gwu.edu> References: <3ejufu$g56@Starbase.NeoSoft.COM> NNTP-Posting-Host: 128.164.9.3 Date: 1995-01-06T18:14:26-05:00 List-Id: In article <3ejufu$g56@Starbase.NeoSoft.COM>, David Weller wrote: : :Um, in Ada95, one of the file modes is Append_File (for any of Text, :Sequential, Wide, and Stream_IO files). : :Appending a file in Ada83 is OS dependent (unless the POSIX binding :supports this -- I'm not sure). POSIX_IO supports this. You need to add Append to the Open_Option_Set before doing an Open, Open_Or_Create, or Set_File_Control. Steve Opdahl