Need help in using EnumerateRemoteFiles method in VB6
Hi:
I am trying to use the COM library in VB6. For the most part, I am able to use the methods for download, upload, etc. I need to use the
Thanks in advance.
I am trying to use the COM library in VB6. For the most part, I am able to use the methods for download, upload, etc. I need to use the
EnumerateRemoteFiles
method. I am finding it hard to use it in VB6. Can somebody help please? I found out EnumerateRemoteFiles
returns a RemoteFileInfoCollection
object, which is an IEnumerable
collection and as such is not supported in VB6. So how do I go about it.
Thanks in advance.