Method next()
fun FileIterator:next(): Error?, File?
Returns the next available file, or nil if there are no more files.
Normally, returns nil, file. On errors, returns error, nil.
next()fun FileIterator:next(): Error?, File?
Returns the next available file, or nil if there are no more files.
Normally, returns nil, file. On errors, returns error, nil.