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 03:49:46 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.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 10:49:45 +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 1063795785 12929 129.241.83.78 (17 Sep 2003 10:49:45 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 17 Sep 2003 10:49:45 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:42610 Date: 2003-09-17T10:49:45+00:00 List-Id: On 2003-09-17, Larry Kilgallen wrote: > In article , Preben Randhol writes: >> Hi >> >> I need to make a small application that can check the modification and >> access time of some files. I use GNAT. Does anyboyd have some code doing >> this they want to share. Or if you could point me in the right >> directions. Sorry for asking and not figuring it out myself, but I'm >> very pressed for time. > > The very availability of the access time for a file depends on your > operating system. Linux. It is a Linux only application. I thought that GNAT had a function to do this, but I don't find it at the moment. ARG *BONK* I'll check the big book on linux programming, perhaps it has it. Preben