setLibraryPath static method

void setLibraryPath(
  1. String path
)

Implementation

static void setLibraryPath(String path)
{
  _libraryPath = path;
}