visit

abstract suspend fun visit(depth: Int, visitor: suspend (FileSystemEntry) -> Unit)(source)

Visits this entry and its descendants in depth-first order.

Parameters

depth

maximum depth to traverse; 0 visits only this entry

visitor

function called for each visited entry