lstat
Call Signature
Section titled “Call Signature”lstat(
this,path,callback):void
Defined in: src/node/async.ts:91
Asynchronous lstat.
lstat() is identical to stat(), except that if path is a symbolic link,
then the link itself is stat-ed, not the file that it refers to.
Parameters
Section titled “Parameters”unknown
PathLike
callback
Section titled “callback”Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”lstat(
this,path,options,callback):void
Defined in: src/node/async.ts:92
Asynchronous lstat.
lstat() is identical to stat(), except that if path is a symbolic link,
then the link itself is stat-ed, not the file that it refers to.
Parameters
Section titled “Parameters”unknown
PathLike
options
Section titled “options”StatOptions & object
callback
Section titled “callback”Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”lstat(
this,path,options,callback):void
Defined in: src/node/async.ts:93
Asynchronous lstat.
lstat() is identical to stat(), except that if path is a symbolic link,
then the link itself is stat-ed, not the file that it refers to.
Parameters
Section titled “Parameters”unknown
PathLike
options
Section titled “options”StatOptions & object
callback
Section titled “callback”Callback<[BigIntStats]>
Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”lstat(
this,path,options,callback):void
Defined in: src/node/async.ts:94
Asynchronous lstat.
lstat() is identical to stat(), except that if path is a symbolic link,
then the link itself is stat-ed, not the file that it refers to.
Parameters
Section titled “Parameters”unknown
PathLike
options
Section titled “options”StatOptions
callback
Section titled “callback”Callback<[BigIntStats | Stats]>
Returns
Section titled “Returns”void