Folders in a root-file

I have a root file with two folders:
KEY: THashList Folder1;1 Doubly linked list with hashtable for lookup
KEY: TList Folder2;1 Doubly linked list

when using:
gDirectory->cd(“Folder1;1”);

I get:
E-TFile::cd: Unknown directory Folder1;1


ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


You do NOT have any directories. You have a THashList and a TList.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.