opendirSync
opendirSync(
this,path,options?):Dir
Defined in: src/node/sync.ts:726
Synchronous opendir. Opens a directory.
Parameters
Section titled “Parameters”unknown
PathLike
The path to the directory.
options?
Section titled “options?”OpenDirOptions
Options for opening the directory.
Returns
Section titled “Returns”A Dir object representing the opened directory.
Handle options