Hello support.
There is an issue when you have a file with no extension and you try to do a multi select, the file type is not correct. Easier shown than said.
This is how it looks when it works fine. Let's say I select the following items:
Then if I show details on it, I get:
It looks ok. Because I have selected a folder and a file, the type is set to 'Multiple Types'.
Now in this examples we have a file with no extension and I do the same selection:
And then on details we have the following:
As you see, the value of type is 'Folder'. Which is not true because I also selected a file which just happens to not have an extension. The expected outcome should also be 'Multiple Types'.
I think in the code one is checking whether a file is a file if it contains an extension. However there is already a property isFile which seems to be more suitable to make that check. But well, those are implementation details, the developer should know it better.