interface OpenDirOptions
Properties Jump to heading
optional
Jump to headingencoding: BufferEncoding | undefinedoptional
Jump to headingbufferSize: number | undefinedNumber 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