I did not find this, but maybe I'm not searching correctly: is there a way to say in the status bar configuration "if the selection is a folder" vs. "if the selection is a file"? (to display {sel:attr} in the second case but not in the first case, for instance).
I can't think of a way to do that which would work on the same things that the other {sel:xyz} codes work on, at least not when multiple files are selected.
I think you could have a status bar section which is only shown if only files or only folders are selected, by having the {h!...} code test the selected file and folder counts. But there isn't a way to test if the single item with focus is a file or folder, at least currently.
Ok, thank you. At least I had read the doc correctly.