ZenFS
    Preparing search index...

    Function lstat

    • 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.

      Parameters

      Returns void

    • 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.

      Parameters

      • this: unknown
      • path: PathLike
      • options: StatOptions & { bigint?: false }
      • callback: Callback<[Stats]>

      Returns void

    • 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.

      Parameters

      • this: unknown
      • path: PathLike
      • options: StatOptions & { bigint: true }
      • callback: Callback<[BigIntStats]>

      Returns void

    • 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.

      Parameters

      • this: unknown
      • path: PathLike
      • options: StatOptions
      • callback: Callback<[Stats | BigIntStats]>

      Returns void