function statfsSync
#statfsSync(path: PathLike,options?: StatFsOptions & { bigint?: false | undefined; },): StatsFs
Synchronous statfs(2)
. Returns information about the mounted file system which
contains path
.
In case of an error, the err.code
will be one of Common System Errors
.
Parameters #
optional
#options: StatFsOptions & { bigint?: false | undefined; }
Return Type #
#statfsSync(path: PathLike,options: StatFsOptions & { bigint: true; },): BigIntStatsFs
Parameters #
#options: StatFsOptions & { bigint: true; }
Return Type #
#statfsSync(path: PathLike,options?: StatFsOptions,): StatsFs | BigIntStatsFs
Parameters #
optional
#options: StatFsOptions