Create a directory in subdirectory

Hello Everybody,

I would like to create a directory in subdirectory of root tree.

to create sub folder i do:
TFile *hfile = new TFile(“Scanfile.root”,“RECREATE”);
TDirectory *rdir = hfile->mkdir(“raw”);

Now I want to have another directory in “raw” directory.

Please help,
thanks

Hi,

Philippe.

works fine. thanks a lot