find-foreign-library — Finds a foreign library file. Function
names
A string or list of strings containing the base name of the library file.
directories
A string or list of strings containing the directory the library file.
drive-letters
A string or list of strings containing the drive letters for the library file.
types
A string or list of strings containing the file type of the library file. Default
is NIL
. If NIL
, will use a default type based on the currently running implementation.
A path containing the path found, or NIL
if the library file was not found.
Finds a foreign library by searching through a number of possible locations. Returns the path of the first found file.