comp.lang.ada
 help / color / mirror / Atom feed
From: "Jean-Pierre Rosen" <rosen@adalog.fr>
Subject: Re: file list in a directory
Date: Mon, 9 Apr 2001 11:34:42 +0200
Date: 2001-04-09T11:34:42+02:00	[thread overview]
Message-ID: <9as00a$l7k$1@s1.read.news.oleane.net> (raw)
In-Reply-To: 3AD153E2.D03565FC@worldnet.att.net

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]


"srini" <r.srinivasan@worldnet.att.net> a �crit dans le message news: 3AD153E2.D03565FC@worldnet.att.net...
> How about gnat.directory_operations from gnat. I have had good success
> with it. This in combination with gnat.command_line perform most
> directory related services one might require. I hope any enhancements to
> the Ada package hierarchy would mirror these packages.
>
It's fine, but supported only by Gnat. Actually, one of the implementations of OS_Services is built on top of these packages.
Also, OS_Services is intended to be flexible and extensible, i.e. allow you to benefit from OS pecularities, while still providing a
hard kernel of operations that work on every OS. The way it is designed, if you try to use a feature that is not available on your
OS, the program will simply not compile. (Put it the other way round: if it compiles, it works). And it avoids the "least common
denominator" problem when you want a portable interface.

--
---------------------------------------------------------
           J-P. Rosen (rosen@adalog.fr)
Visit Adalog's web site at http://www.adalog.fr





  reply	other threads:[~2001-04-09  9:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-16 18:19 file list in a directory EtienneB
2001-03-16 18:31 ` Pascal Obry
2001-03-16 20:12   ` Robert A Duff
2001-03-17 10:09     ` Pascal Obry
2001-03-17 17:45     ` Nick Roberts
2001-03-17 18:08       ` Randy Brukardt
2001-03-17 19:57       ` Georg Bauhaus
2001-03-19 10:46       ` Jean-Pierre Rosen
2001-04-08  3:18         ` srini
2001-04-09  9:34           ` Jean-Pierre Rosen [this message]
2001-03-16 19:07 ` tmoran
2001-03-16 21:19   ` EtienneB
2001-03-17  0:53     ` David C. Hoos, Sr.
2001-03-17  2:50     ` DuckE
2001-03-17 12:30       ` Staffan Dittmer
2001-03-17 10:10     ` Pascal Obry
2001-03-16 21:19 ` EtienneB
2001-03-19  9:23 ` Martin Dowie
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox