Subject: | Bug with type option |
Version 0.03 of File::Finder
This is perl, v5.8.3 built for MSWin32-x86-multi-thread
Win XP Pro
The listing I get contains directories even though I specify to only see files. Here is some sample code.
my $all_files = File::Finder->type('f');
my @results = $all_files->in($LogsDirectory);