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-Thread: 103376,bbccabff6758b153,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!postnews.google.com!y43g2000cwc.googlegroups.com!not-for-mail From: "evangeli@cnam.fr" Newsgroups: comp.lang.ada Subject: operations on files and directories Date: 3 May 2006 07:42:05 -0700 Organization: http://groups.google.com Message-ID: <1146667325.606250.177290@y43g2000cwc.googlegroups.com> NNTP-Posting-Host: 163.173.228.31 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1146667334 26902 127.0.0.1 (3 May 2006 14:42:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 3 May 2006 14:42:14 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.2) Gecko/20060415 SUSE/1.5.0.2-0.1 Firefox/1.5.0.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: y43g2000cwc.googlegroups.com; posting-host=163.173.228.31; posting-account=5dlFbAwAAAAf9N8cARqQjYujaztxzGdq Xref: g2news2.google.com comp.lang.ada:4034 Date: 2006-05-03T07:42:05-07:00 List-Id: Hello, how would you do to 1 - check if two files have the same content 2 - check if two files have the same date i looked in Ada.Directories but did not find how to do such a thing is this in another package? under unix i could call /usr/bin/diff and /bin/date but this would not be portable do you have any other idea? Thanks, Sami