A path to an existing file or directory on the file system to be queried.
Optional
options: StatFsOptions & { bigint?: false }Asynchronous statfs(2) - Returns information about the mounted file system which contains path. The callback gets two arguments (err, stats) where stats is an <fs.StatFs> object.
A path to an existing file or directory on the file system to be queried.
Asynchronous statfs(2) - Returns information about the mounted file system which contains path. The callback gets two arguments (err, stats) where stats is an <fs.StatFs> object.
A path to an existing file or directory on the file system to be queried.
Optional
options: StatFsOptions
Asynchronous statfs(2) - Returns information about the mounted file system which contains path. The callback gets two arguments (err, stats) where stats is an <fs.StatFs> object.