
Error 76 Path not found with folder object
Alex,
It isn't the getfolder method that is burping. If I pull the .path or
.files.count property of the folder object (on this particular path),
it is fine. When I try to get the .size, it takes several minutes
before it coughs. How does the .size work? If it is doing a
recursive search, maybe I could write something that would show me
where it is {*filter*}.
Thanks.
On Thu, 13 Jun 2002 03:40:47 -0500, <Alex K. Angelopoulos (MVP)>
Quote:
>I can't see size causing an issue with this. It's the GetFolder line that
>throws the error?
>> >David,
>> >I can't reproduce this with an empty (besides other folders) folder.
>> >Could you do a dir from the command line on that path? Something like:
>> >dir /s \\shareserver\i$\rd\oem_engineering
>> >I am wondering if someone may have created a subfolder that is nested too
>> >deeply; if so, you should get an error back from a dir command.
>> Alex,
>> I tried running the dir and it did not raise any errors (I think,
>> since it whizzed by and did not stop with an error message). There
>> was 8.4 GB, 42,912 files, and 30,379 folders. Is there a size
>> limitation that might be causing this?