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, any comments for the object, and the object’s type. You can get a list of all objects or just objects of a specified type.
LibraryDirectoryEx ( libraryname, objecttype )
String. LibraryDirectoryEx returns a tab-separated list with one object per line. The format of the list is:
name ~t date/time modified ~t comments ~t type~n
Returns the empty string ("") if an error occurs. If any argument’s value is null, LibraryDirectoryEx returns null.