in reply to Re: Windows Scriptin Host & OLE.
in thread Windows Scriptin Host & OLE.
the results are not accurate because it only scans the top level of the path supplied!my $file_count = $folder->Files()->Count(); my $folder_count = $folder->SubFolders()->Count(); my $total = $file_count + $folder_count; print "$file_count $folder_count $total \n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Windows Scriptin Host & OLE.
by blackadder (Hermit) on Jul 28, 2003 at 12:30 UTC |