path_entry
path_entry* entry = fPaths.ItemAt(index);
path_entry* entry = new(std::nothrow) path_entry(path);
struct path_entry;
BObjectList<path_entry, true> fPaths;