Skip to content

opendirSync

opendirSync(this, path, options?): Dir

Defined in: src/node/sync.ts:726

Synchronous opendir. Opens a directory.

unknown

PathLike

The path to the directory.

OpenDirOptions

Options for opening the directory.

Dir

A Dir object representing the opened directory.

Handle options