Method getChildren()
fun File:getChildren(): FileIterator
Suspends
Returns the iterator containing immediate children of this folder.
Note that iterators are often lazy – actual IO will happen inside the next() iterator call.
getChildren()fun File:getChildren(): FileIterator
Suspends
Returns the iterator containing immediate children of this folder.
Note that iterators are often lazy – actual IO will happen inside the next() iterator call.