Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PB5.03 How to get library list

Status
Not open for further replies.

Cafeinomane

Programmer
Apr 9, 2002
11
CA
Hi there,

I want to get at execution time the library list currently used by the application, so I could change the library list, exec some functions and restore the list as it was. SetLibrary works well, but how do I get the list first? Anyone knows?

Thanx,

Cafeinomane
 
GetLibraryList ( )

Return value

String. Returns the current library list with complete paths. Multiple libraries are separated by commas.

Usage

You should call GetLibraryList and append any libraries you want to add to the list before updating the search path using the SetLibraryList function.
 

Hi,

This function does not exist... That's the first name I've look for... In the help file for SetLibraryList there's no ref to any function getting library list, and the exemple for SetLibraryList use hardcoded values for list...

Again, my PB version is 5.0.03

Thanx

Cafeinomane
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top