If a directory is selected (e.g. "test.test1.test2") than
Code: Select all
$SelectedItems = report("{Basename}?{Ext}|",1);
msg SelectedItems;
-> No extension (after the question mark) so I could test if the {Ext} is "" but my problem is that I sometimes have unix files with no extension, too and in this case the same check would result in "" for a file.
Is there a different / better way to do such a check?
XYplorer Beta Club