TDirectory::pwd() question

From: Alexander Zvyagin (zvyagin@mx.ihep.su)
Date: Mon May 17 1999 - 14:06:22 MEST


                                           IHEP, Protvino, Russia, 17-MAY-1999

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.



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:33 MET