directory - How do you get files with extension from folder in Ada95? -
i'm trying create function .dll files in specified folder, plugins.
all of web searches (ada directories) have work under ada 2005, need function work ada 95. knowledge ada 95 not have ada.directories extension.
how go walking through file system find .dll files in ada 95? there starting points out there may have overlooked?
there (as have noticed) no solution problem in ada 95 standard libraries.
if program gnat only, use gnat.directory_operations
.
if program unix systems only, not gnat, import relevant c functions.
Comments
Post a Comment