lstatSync
Call Signature
Section titled “Call Signature”lstatSync(
this,path,options?):Stats
Defined in: src/node/sync.ts:75
Synchronous 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
Returns
Section titled “Returns”Call Signature
Section titled “Call Signature”lstatSync(
this,path,options):BigIntStats
Defined in: src/node/sync.ts:76
Synchronous 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
Returns
Section titled “Returns”BigIntStats
Call Signature
Section titled “Call Signature”lstatSync(
this,path,options):Stats|undefined
Defined in: src/node/sync.ts:77
Synchronous 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
Returns
Section titled “Returns”Stats | undefined
Call Signature
Section titled “Call Signature”lstatSync(
this,path,options):BigIntStats|undefined
Defined in: src/node/sync.ts:78
Synchronous 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
Returns
Section titled “Returns”BigIntStats | undefined
Call Signature
Section titled “Call Signature”lstatSync(
this,path,options):BigIntStats|Stats
Defined in: src/node/sync.ts:83
Synchronous 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
Returns
Section titled “Returns”BigIntStats | Stats
Call Signature
Section titled “Call Signature”lstatSync(
this,path,options?):BigIntStats|Stats|undefined
Defined in: src/node/sync.ts:84
Synchronous 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
Returns
Section titled “Returns”BigIntStats | Stats | undefined