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.1 required=5.0 tests=BAYES_40,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucbvax!asd.span!lehman From: lehman@asd.span (Richard A Lehman, DMSTB) Newsgroups: comp.lang.ada Subject: Append files using TEXT_IO Message-ID: <900611181242.24001b2a@Sds.Sdsc.Edu> Date: 11 Jun 90 18:12:42 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: Subject: Appending to files using TEXT_IO... We have a requirement to determine if a file exists within the current users directory. If the file does not exist we create if and log network transactions to it. However if the file does exist we wish to log network transactions to the end of the existing file. Using TEXT_IO there are a number of procedures which manipulate files such as RESET, SET_LINE_LENGTH, SKIP_LINE, etc. There is no straight forwared procedure for OPEN_APPEND. We are seeking out projects which have solved this problem before and come up with a clean way of opening a file within the TEXT_IO package and appending to the end of it. Thanks in advance, Richard A Lehman Lockheed Engineering & Science Co. 2400 NASA Road 1 Houston, TX 77058 713.333.7074 lehman%asd.span@jpl-vlsi.arpa