Next
Method of IDocumentIterator
Description
Moves iterator to next item, and returns this item (file path)
Parameters
Return Value
- BSTR psPath
Syntax
JavaScript
var psPath = DocumentIterator.Next();
==== Visual Basic Script ====
psPath = DocumentIterator.Next
==== C++ ====
BSTR sPath; HRESULT hr = DocumentIterator.Next(&sPath);
===== See Also ===== IDocumentIterator