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