@haxall/haxall
Preparing search index...
node
fs
node:fs/promises
stat
Function stat
stat
(
path
:
PathLike
,
opts
?:
StatOptions
&
{
bigint
?:
false
}
)
:
Promise
<
Stats
>
Parameters
path
:
PathLike
Optional
opts
:
StatOptions
&
{
bigint
?:
false
}
Returns
Promise
<
Stats
>
Fulfills with the {fs.Stats} object for the given
path
.
Since
v10.0.0
stat
(
path
:
PathLike
,
opts
:
StatOptions
&
{
bigint
:
true
}
)
:
Promise
<
BigIntStats
>
Parameters
path
:
PathLike
opts
:
StatOptions
&
{
bigint
:
true
}
Returns
Promise
<
BigIntStats
>
Fulfills with the {fs.Stats} object for the given
path
.
Since
v10.0.0
stat
(
path
:
PathLike
,
opts
?:
StatOptions
)
:
Promise
<
Stats
|
BigIntStats
>
Parameters
path
:
PathLike
Optional
opts
:
StatOptions
Returns
Promise
<
Stats
|
BigIntStats
>
Fulfills with the {fs.Stats} object for the given
path
.
Since
v10.0.0
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@haxall/haxall
Loading...
Since
v10.0.0