Function nvim_gtk::file_browser::reveal_path_in_tree[][src]

fn reveal_path_in_tree(
    store: &TreeStore,
    tree: &TreeView,
    rel_file_path: &Path
) -> bool

Reveals and selects the given file in the file browser.

Returns true if the file could be successfully revealed.