Skip to content

lstat

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.

unknown

PathLike

Callback<[Stats]>

void

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.

unknown

PathLike

StatOptions & object

Callback<[Stats]>

void

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.

unknown

PathLike

StatOptions & object

Callback<[BigIntStats]>

void

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.

unknown

PathLike

StatOptions

Callback<[BigIntStats | Stats]>

void