OpenDirOptions

sealed external interface OpenDirOptions(source)

Properties

Link copied to clipboard
abstract var bufferSize: Double?

Number of directory entries that are buffered internally when reading from the directory. Higher values lead to better performance but higher memory usage.

Link copied to clipboard
abstract var encoding: BufferEncoding?
Link copied to clipboard
abstract var recursive: Boolean?