fstat
Call Signature
Section titled “Call Signature”fstat(
this,fd,cb):void
Defined in: src/node/async.ts:249
Asynchronous fstat.
fstat() is identical to stat(), except that the file to be stat-ed is specified by the file descriptor fd.
Parameters
Section titled “Parameters”unknown
number
Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”fstat(
this,fd,options,cb):void
Defined in: src/node/async.ts:250
Asynchronous fstat.
fstat() is identical to stat(), except that the file to be stat-ed is specified by the file descriptor fd.
Parameters
Section titled “Parameters”unknown
number
options
Section titled “options”StatOptions & object
Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”fstat(
this,fd,options,cb):void
Defined in: src/node/async.ts:251
Asynchronous fstat.
fstat() is identical to stat(), except that the file to be stat-ed is specified by the file descriptor fd.
Parameters
Section titled “Parameters”unknown
number
options
Section titled “options”StatOptions & object
Callback<[BigIntStats]>
Returns
Section titled “Returns”void