I'm writing a program which needs to use external module or library files for platform specific functions (like for Linux, Solaris, AIX, etc.). I'm going to organize these files in platfor-specific subdirs, but I don't know to query the directory for all the modules or libraries and then "use" them in my program. Any suggestions or opinions on which will be easier for me and other developers to use?
TIA!
Scott