- foreign_library_property(?File, ?Property) is nondet
- True when Property is a property of the foreign library File.
Currently defined properties are:
- module(Module)
- Module context into which the library was loaded
- entry(Entry)
- Name of the install function used.
- absolute_file_name(Path)
- Absolute file name for File when known.
- predicate(Pred)
- Predicate registered by calling the entry function.