Dear ROOTers,
I have the question about this short root session:
root [0] TFile f("f.root","RECREATE");
root [1] f.mkdir("d")
(class TDirectory*)0x84e7ff0
root [2] f.cd("d")
(Bool_t)1
root [3] f.pwd()
f.root:/
root [4] gDirectory->pwd()
f.root:/d
Why f.pwd() and gDirectory->pwd() produce different results? Is it bug or
feature?
With best wishes,
Alexander.