Select element in a FileBrowser or TableListBox

Is it possible to select by code (so that it gets highlighted) a specific line/row of a FileBrowser (fb) or TableListBox (tb)?
I could not find any methods like
fb.setSelectedFile(int index)
or
tb.setSelectedRow(int index)

It’s ListBox::selectRow

so simple… thanks!
works as expected for a tablelistbox but i am not able to use it for a FileBrowserComponent