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,f6f130eea077b8f8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-24 20:54:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!tdsnet-transit!newspeer.tds.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: AI-248 and counting the elements in an external file Date: 24 May 2003 22:54:05 -0500 Organization: LJK Software Message-ID: References: <$YW1v+vxIWob@eisner.encompasserve.org> <3ECFEB59.4010401@attbi.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1053834735 3258 192.135.80.34 (25 May 2003 03:52:15 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sun, 25 May 2003 03:52:15 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:37744 Date: 2003-05-24T22:54:05-05:00 List-Id: In article <3ECFEB59.4010401@attbi.com>, "Robert I. Eachus" writes: > Larry Kilgallen wrote: > >> Meaning it is permissible to return the number of 512-byte disk blocks >> (or file-specific-size tape blocks) for this function on VMS ? Or is the >> answer supposed to be normalized to bytes even though the number of >> overhead bytes required (and thus the file size) will vary, for instance, >> when copying a file from disk to tape ? > > Let me answer differently. VMS supports many file formats. Ada stream > files would map nicely to VMS record oriented ANSI tape files. There > are other VMS formats that I would not tend to support stream files for. But my understanding is that the Ada.Directory functions are to support all files that might be accessed from Ada, and that is not limited to stream files, nor to files written by Ada.