WLJS LogoWLJS Notebook

FindLibrary

FindLibrary[lib] finds a dynamic library that can be loaded by LibraryFunctionLoad.

Examples

Find a library by name:

FindLibrary["demo"]

Check if a library exists:

FindLibrary["mylib"] =!= $Failed

Please visit the official Wolfram Language Reference for more details.

On this page