FilePath.opApply

List the set of filenames within this folder.

Each path and filename is passed to the provided delegate, along with the path prefix and whether the entry is a folder or not.

Returns the number of files scanned.

class FilePath
final
int
opApply
(
scope int delegate
()
dg
)

Meta