IDocumentIterator

Scriptable object

Description

Collection of files with iterator

Properties

Property Description
Done Indicates that iterator reached end of collection

Methods

Method Description
First Sets iterator to collection start, and returns first item (file path)
Next Moves iterator to next item, and returns this item (file path)

#API