function statfsSync
Jump to headingstatfsSync(path: PathLike,options?: StatFsOptions & { bigint?: false | undefined; },): StatsFsSynchronous 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 Jump to heading
Jump to headingpath: PathLikeA path to an existing file or directory on the file system to be queried.
optional
Jump to headingoptions: StatFsOptions & { bigint?: false | undefined; }Return Type Jump to heading
Jump to headingstatfsSync(path: PathLike,options: StatFsOptions & { bigint: true; },): BigIntStatsFsParameters Jump to heading
Jump to headingpath: PathLikeJump to headingoptions: StatFsOptions & { bigint: true; }Return Type Jump to heading
Jump to headingstatfsSync(path: PathLike,options?: StatFsOptions,): StatsFs | BigIntStatsFsParameters Jump to heading
Jump to headingpath: PathLikeoptional
Jump to headingoptions: StatFsOptions