Directory Class Example
The directory class could be used in the following way:
IlvDisplay* dpy;
IliDataSource* ds;
...
DirectoryTable* tbl = new DirectoryTable(dpy, “/usr/home/me”);
ds->setTable(tbl, IlTrue);
In this example, the directory table is created and attached to an existing data source.
Published date: 05/24/2022
Last modified date: 02/24/2022