On 20 Nov 2020, at 4:46, Rainer Krug wrote:
> Hi
>
> I have a folder Project in which I have multiple R projects, each
> containing a folder called `R` and in these folders called `R` are
> files
> with the extension `.R`.
File name extensions don't include the period, so:
> Name Extension Is .R
will not work. This should:
Name Extension Is R
Also, file filters literally filter *files*, they do not examine
folders. Your best bet here is to filter on the file's path:
Path Contains /R/
R.
--
Rich Siegel Bare Bones Software, Inc.
<
sie...@barebones.com> <
https://www.barebones.com/>
Someday I'll look back on all this and laugh... until they sedate me.