open
Call Signature
Section titled “Call Signature”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
Parameters
Section titled “Parameters”unknown
PathLike
OpenMode
Callback<[number]>
Returns
Section titled “Returns”void
https://nodejs.org/api/fs.html#fsopenpath-flags-mode-callback
Call Signature
Section titled “Call Signature”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
Parameters
Section titled “Parameters”unknown
PathLike
OpenMode
string | number
Callback<[number]>
Returns
Section titled “Returns”void
https://nodejs.org/api/fs.html#fsopenpath-flags-mode-callback