change directory title

mayer@ik1.fzk.de
Tue, 9 Jun 1998 10:59:59 +0200


Dear Rooters

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.