I'm thinking a loop of some sort, but there is a gap of numbers.
You could still use a loop, e.g.
for my $n (1..22,50,60,70,80,97) { my $path = sprintf "D:/DOWNLOAD/DISTRBTN/I01/B%02d/", $n; if (-e $path) { #... } }
In reply to Re: Check Directories for Files
by almut
in thread Check Directories for Files
by drodinthe559
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |