Open TBrowser in specific directory

Hi!

Is it possible to start a TBrowser in a specific directory? I want to open a TFile directly.

Thanks for your answers. Johannes.

Hi,

Doingnew TBrowser("ROOT",mytfile);will open a TBrowser showing the content of the file, but will be restricted to showing only this file.

Cheers,
Philippe.

cool, thx!