Function lstat

  • 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 Promise<Stats>

  • 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 Promise<BigIntStats>