Function reveal_path_in_tree

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

Reveals and selects the given file in the file browser.

Returns true if the file could be successfully revealed.