Page 1 of 1

question: how to select files with no extension?

Posted: 03.03.2020, 13:58
by mgroen
I tried using the quickfilter to select files with no extension. but it failed.

is there another (easy) option to select files with no extension?

Re: question: how to select files with no extension?

Posted: 03.03.2020, 14:48
by Karol
If your file names have no other dots:
- open filter dialog Alt+Y
- as filter mask use: ^[^.]*$
- check Regular Expression box

Re: question: how to select files with no extension?

Posted: 04.03.2020, 13:22
by mgroen
Karol wrote: 03.03.2020, 14:48 If your file names have no other dots:
- open filter dialog Alt+Y
- as filter mask use: ^[^.]*$
- check Regular Expression box
Thanks, that worked.
Could this be implemented in the quickfilter as well?