statfsSync
Call Signature
Section titled “Call Signature”statfsSync(
this,path,options?):StatsFs
Defined in: src/node/sync.ts:794
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
Section titled “Parameters”unknown
PathLike
A path to an existing file or directory on the file system to be queried.
options?
Section titled “options?”StatFsOptions & object
Returns
Section titled “Returns”StatsFs
Call Signature
Section titled “Call Signature”statfsSync(
this,path,options):BigIntStatsFs
Defined in: src/node/sync.ts:795
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
Section titled “Parameters”unknown
PathLike
A path to an existing file or directory on the file system to be queried.
options
Section titled “options”StatFsOptions & object
Returns
Section titled “Returns”BigIntStatsFs
Call Signature
Section titled “Call Signature”statfsSync(
this,path,options?):StatsFs|BigIntStatsFs
Defined in: src/node/sync.ts:796
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
Section titled “Parameters”unknown
PathLike
A path to an existing file or directory on the file system to be queried.
options?
Section titled “options?”StatFsOptions
Returns
Section titled “Returns”StatsFs | BigIntStatsFs