(name: &str, prefix: &str)
| 3614 | if filtered { |
| 3615 | return editor_view::short_path(&editor_files::rel_label(path), 30); |
| 3616 | } |
| 3617 | file_row_label(path) |
| 3618 | } |
| 3619 | |
| 3620 | pub fn file_icon(path: &str) -> &'static str { |
| 3621 | match editor_files::kind_label(path) { |