Skip to main content
interface OpenDirOptions

Properties

optional
encoding: BufferEncoding | undefined
optional
bufferSize: number | undefined

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

optional
recursive: boolean
Back to top