statfsAsync

external fun statfsAsync(path: PathLike, opts: StatfsOpts = definedExternally): ERROR CLASS: Symbol not found for Promise<node/fs/StatsFs>(source)

Since

v19.6.0, v18.15.0

Return

Fulfills with the {fs.StatFs} object for the given path.


external fun statfsAsync(path: PathLike, opts: StatfsBigIntOpts): ERROR CLASS: Symbol not found for Promise<node/fs/BigIntStatsFs>(source)
external fun statfsAsync(path: PathLike, opts: StatFsOptions = definedExternally): ERROR CLASS: Symbol not found for Promise<kotlin/Any>(source)
external fun statfsAsync(path: PathLike): ERROR CLASS: Symbol not found for Promise<node/fs/StatsFs>(source)