ZenFS
    Preparing search index...

    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: unknown
      • path: PathLike
      • Optionaloptions: StatOptions & { bigint?: false; throwIfNoEntry?: true }

      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: unknown
      • path: PathLike
      • options: StatOptions & { bigint: true; throwIfNoEntry?: true }

      Returns BigIntStats

    • 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: unknown
      • path: PathLike
      • options: StatOptions & { bigint?: false; throwIfNoEntry: false }

      Returns Stats | undefined

    • 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: unknown
      • path: PathLike
      • options: StatOptions & { bigint: true; throwIfNoEntry: false }

      Returns BigIntStats | undefined

    • 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: unknown
      • path: PathLike
      • options: StatOptions & { throwIfNoEntry?: true }

      Returns Stats | BigIntStats

    • 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: unknown
      • path: PathLike
      • Optionaloptions: StatOptions

      Returns Stats | BigIntStats | undefined