interface OpenDirOptions
Properties Jump to heading
optional
Jump to headingencoding: BufferEncoding | undefined
optional
Jump to headingbufferSize: 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
Jump to headingrecursive: boolean