As an aside, I'm not sure what file system you are using, but in my
experience for a lot of file systems putting that many files into a
singe directory can cause system performance to suffer immensely..  I
don't recall the exact number (it's been several years, and I found it
the hard way) but I remember hitting a limit with NTFS where I was
unabe to copy more than around 40K files into a single directory

Also it seems a bit like you are re-inventing the wheel as it were,
have you considered trying WINDIFF?  it has a function that compares
directories of files and indicates the differences.

On Mar 20, 9:20 am, Jason Shelton <jas.shel...@hotmail.com> wrote:
> All,
>
> I have a routine in my program that compares files in two directories with 
> the same name.  For example, lets say I have 'Directory1'  and 'Directory2'.  
> The routine looks in each directory, and if a file name exists in both 
> directories I compare the files.  I then print the results of each comparison 
> in an excel spreadsheet.  Each comparison is put on its own row in the 
> spreadsheet.
>
> This has been working fine, but now I have two directories with about 80,000 
> files each.  I am getting this error when I run this against these 
> directories:
>
> :in 'method_missing' : Range (WIN32OLERuntimeError)
>
> OLE error code:800A03EC in (Unknown)
>
> (No Description)
>
> HRESULT error code:0x80020009
>
> Exception occurred.
>
> Is this an Excel size limitation issue?  Thanks in advance for all help.
>
> - Shelton
>
> _________________________________________________________________
> Get quick access to your favorite MSN content with Internet Explorer 
> 8.http://ie8.msn.com/microsoft/internet-explorer-8/en-us/ie8.aspx?ocid=...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to