ZenFS
    Preparing search index...

    Function statfs

    • Parameters

      • this: V_Context
      • path: PathLike
      • Optionalopts: StatFsOptions & { bigint?: false }

      Returns Promise<StatsFs>

      Fulfills with an {fs.StatFs} for the file system.

      Node v18.15.0

    • Parameters

      • this: V_Context
      • path: PathLike
      • opts: StatFsOptions & { bigint: true }

      Returns Promise<BigIntStatsFs>

      Fulfills with an {fs.StatFs} for the file system.

      Node v18.15.0

    • Parameters

      • this: V_Context
      • path: PathLike
      • Optionalopts: StatFsOptions

      Returns Promise<BigIntStatsFs | StatsFs>

      Fulfills with an {fs.StatFs} for the file system.

      Node v18.15.0