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.