From: Anilkumar.T on
Hi,

Are there any package/operataions in Ada95 to get the contents of
the directory?
From: Martin Krischik on
Anilkumar.T schrieb:

> Are there any package/operataions in Ada95 to get the contents of
> the directory?

No, you need Ada 2005 for that. However - there are some back ports of
the new Ada.Directorys package for GNAT available. Google for
"Ada.Directories Ada95".

Martin

--
mailto://krischik(a)users.sourceforge.net
Ada programming at: http://ada.krischik.com
From: Anders Wirzenius on
"Anilkumar.T" <Anilkumar.Thimmaiah(a)googlemail.com> writes:

> Hi,
>
> Are there any package/operataions in Ada95 to get the contents of
> the directory?

Try J-P Rosen's OS_Services


http://www.adalog.fr/compo1.htm#OS_Services

--
Anders