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.
Version 6.1
Copyright © 2016, Rogue Wave Software, Inc. All Rights Reserved.