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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2cd8ae8313c145ca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-09 08:12:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!btnet-peer1!btnet-peer0!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: john@nospam.demon.co.uk (John McCabe) Newsgroups: comp.lang.ada Subject: Re: File Position Date: Wed, 9 Jul 2003 15:09:08 +0000 (UTC) Organization: BT Openworld Message-ID: <3f0c3047.14517364@news.btclick.com> References: NNTP-Posting-Host: host217-37-177-69.in-addr.btopenworld.com X-Trace: titan.btinternet.com 1057763348 11235 217.37.177.69 (9 Jul 2003 15:09:08 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Wed, 9 Jul 2003 15:09:08 +0000 (UTC) X-Newsreader: Forte Free Agent 1.21/32.243 Xref: archiver1.google.com comp.lang.ada:40144 Date: 2003-07-09T15:09:08+00:00 List-Id: On Wed, 9 Jul 2003 10:00:33 -0500, "Steve Trenthem" wrote: >Is there an easy way to set the position in a file, like "fseek" in C? Depends on what IO type you're using for the file. For Direct IO you can use Set_Index. See: http://www.adaic.org/standards/95lrm/html/RM-A-8-4.html and http://www.adaic.org/standards/95lrm/html/RM-A-8-5.html John Best Regards John McCabe To reply by email replace 'nospam' with 'assen'