Skip to content

lstatSync

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.

unknown

PathLike

StatOptions & object

Stats

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.

unknown

PathLike

StatOptions & object

BigIntStats

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.

unknown

PathLike

StatOptions & object

Stats | undefined

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.

unknown

PathLike

StatOptions & object

BigIntStats | undefined

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.

unknown

PathLike

StatOptions & object

BigIntStats | Stats

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.

unknown

PathLike

StatOptions

BigIntStats | Stats | undefined