Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!pasteur!ucbvax!STONY-BROOK.SCRC.SYMBOLICS.COM!jrd From: jrd@STONY-BROOK.SCRC.SYMBOLICS.COM (John R. Dunning) Newsgroups: comp.sys.atari.st Subject: BIOS questions Message-ID: <19880224170046.3.JRD@GRACKLE.SCRC.Symbolics.COM> Date: 24 Feb 88 17:00:00 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 8 Can anyone tell me the semantics of the 'mode' arg to the OPEN, CREATE and SEEK traps? I'm looking for enlightenment on how to do things like: open an existing file for output, position to end " " " " " " " " beginning open existing file for bidirectional IO, position randomly create new file for bidirectional IO... ad nauseum. Thanks in advance for any info.