Changes the files in the library search path of the application at runtime.
Obsolete syntax You can still use the old syntax with the name of the application object before the function call: applicationname.SetLibraryList ( filelist).
SetLibraryList ( filelist )
Integer. Returns 1 if it succeeds. If an error occurs, it returns:
-1 The application is being run from PowerBuilder, rather than from a standalone executable.
-2 A currently instantiated object is in a library that is not on the new list. If any argument’s value is null, SetLibraryList returns null.