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,fd4cbeff94ade232 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-23 03:49:07 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: martin.dowie@btopenworld.com (Martin Dowie) Newsgroups: comp.lang.ada Subject: Re: Time of modification of file Date: 23 May 2003 03:49:06 -0700 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 20.138.254.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1053686946 10192 127.0.0.1 (23 May 2003 10:49:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 23 May 2003 10:49:06 GMT Xref: archiver1.google.com comp.lang.ada:37681 Date: 2003-05-23T10:49:06+00:00 List-Id: "Randy Brukardt" wrote in message > If you are using an Ada 200y compiler :-), > package Ada.Directories contains this and many other useful functions. > > Ada.Directories.Modification_Time (Name) > > does what you want. See AI-248. > > Unfortunately, I'm not aware of any compilers currently supporting > Ada.Directories. Too bad. Not even Janus! :-) I have a half-written, largely untested "Ada0Y.Directories" implementation. It is based on GNAT but once I get GNAT-4-ObjectAda finished (@SourceForge) it will be available to OA users too. If anyone wants it, feel free to email. For comments I've used the actual AI text and I've run it through AdaBrowse if anyone want some html "documentation".