Skip to content

open

open(this, path, flag, cb?): void

Defined in: src/node/async.ts:137

Asynchronous file open. Exclusive mode ensures that path is newly created. Mode defaults to 0644

unknown

PathLike

OpenMode

Callback<[number]>

void

https://nodejs.org/api/fs.html#fsopenpath-flags-mode-callback

open(this, path, flag, mode, cb?): void

Defined in: src/node/async.ts:138

Asynchronous file open. Exclusive mode ensures that path is newly created. Mode defaults to 0644

unknown

PathLike

OpenMode

string | number

Callback<[number]>

void

https://nodejs.org/api/fs.html#fsopenpath-flags-mode-callback