Function lstatSync

  • 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

    • this: V_Context
    • path: PathLike
    • Optionaloptions: { bigint?: boolean }

    Returns Stats

  • 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

    • this: V_Context
    • path: PathLike
    • options: { bigint: true }

    Returns BigIntStats