Preparing search index...
The search index is not available
ZenFS
ZenFS
fs
promises
statfs
Function statfs
statfs
(
path
,
opts
?
)
:
Promise
<
fs.StatsFs
>
Parameters
path
:
PathLike
Optional
opts
:
StatFsOptions
&
{
bigint
?:
false
;
}
Returns
Promise
<
fs.StatsFs
>
Fulfills with an {fs.StatFs} for the file system.
Since
Node v18.15.0
statfs
(
path
,
opts
)
:
Promise
<
fs.BigIntStatsFs
>
Parameters
path
:
PathLike
opts
:
StatFsOptions
&
{
bigint
:
true
;
}
Returns
Promise
<
fs.BigIntStatsFs
>
statfs
(
path
,
opts
?
)
:
Promise
<
fs.StatsFs
|
fs.BigIntStatsFs
>
Parameters
path
:
PathLike
Optional
opts
:
StatFsOptions
Returns
Promise
<
fs.StatsFs
|
fs.BigIntStatsFs
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ZenFS
Loading...
Since
Node v18.15.0