martaFileIterator

Method next()

fun FileIterator:next(): Error?, File?

Returns the next available file, or nil if the iteration is over.

Returns nil, file, or error, nil if error occurred.