On 28/07/2026 21:56, Andrew Dunstan wrote:
>
> On 2026-07-28 Tu 4:53 AM, Andrei Lepikhov wrote:
> I don't think you need to say
>
> return if basename($File::Find::name) eq '.DS_Store';
>
> you can just say
>
> return if $_ eq '.DS_Store';
Thank you, done.
I implemented it this way for consistency and to be independent of the value of
the 'no_chdir' option.
--
regards, Andrei Lepikhov,
pgEdge