Obtains a list of the objects in a PowerBuilder library. The information provided is the object name, the date and time it was last modified, and any comments for the object. You can get a list of all objects or just objects of a specified type.
LibraryDirectory ( libraryname, objecttype )
String. LibraryDirectory returns a tab-separated list with one object per line. The format of the list is:
name ~t date/time modified ~t comments ~n
Returns the empty string ("") if an error occurs. If any argument’s value is null, LibraryDirectory returns null.