Re: How would I determine the contents of a directory



"Chris L" <clusardi2k@xxxxxxx> wrote in message
news:1151501965.792188.167030@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Within Ada how would I do that?

Thank you,
Christopher Lusardi


If you are using Ada 2005 you can use Ada.Directories. In Ada 95 the answer
is depends on the target OS and Ada compiler.

Steve
(The Duck)


.