I'm not sure if you are moving/deleting files out of the folder as they
are being copied though.
On Jul 31, 2004, at 2:37 PM, Andrew Keller wrote:
I read somewhere that folder.item(0) is the parent folder. I'm not
sure if that's true, but if it is then if you access that, it might
be the problem.
I'm using:
Dim j As Integer
Dim f As Folderitem
// lots of code excluded
For j=1 to f.Count
...
Next
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|