GetLibraryList PowerScript function
Description
Gets the files in the library search path of the application.
Syntax
|
1 |
<span>GetLibraryList</span> ( ) |
Return Values
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.
Examples
This example obtains the list of libraries, adds
a library to the list, then resets the list:
|
1 |
string ls_list, ls_newlist |
|
1 |
|
1 |
ls_list = getlibrarylist () |
|
1 |
ls_newlist = ls_list + ",c:my_library.pbl" |
|
1 |
setlibrarylist (ls_newlist) |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest