AFTER making a directory with TDirectory::mkdir("name", "dummy title") I need
to change the title of that directory. I tried TDirectory::SetTitle("newtitle"),
which actually worked, but the title is only changed in memory. After reopening
the file the old dummy title (used with mkdir) is retrieved from the file. I
tried TDirectory::Save() after SetTitle(), but without success.
Is there a way to make the new directory title become written to the file?
Thanks in advance
Hajo.