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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,48e481087721b6b9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-17 04:12:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.uchicago.edu!logbridge.uoregon.edu!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Need to check access and modify time of a file Date: Wed, 17 Sep 2003 11:12:02 +0000 (UTC) Organization: PVV Message-ID: References: Reply-To: randhol+news@pvv.org NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1063797122 13894 129.241.83.78 (17 Sep 2003 11:12:02 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 17 Sep 2003 11:12:02 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:42612 Date: 2003-09-17T11:12:02+00:00 List-Id: On 2003-09-17, Jeffrey Creem wrote: > GNAT.OS_Lib has at a File_Time_Stamp functio but I think it only has > one for modification time. You probably need to use the POSIX > bindings (Florist) to get the access time. I think so too. I guess I can copy the binding of stat() from florist as it is the only function I need. Preben