ZenFS
Preparing search index...
index
fs
promises
stat
Function stat
stat
(
this
:
unknown
,
path
:
PathLike
,
options
:
BigIntOptions
&
{
throwIfNoEntry
?:
true
}
,
)
:
Promise
<
BigIntStats
>
Parameters
this
:
unknown
path
:
PathLike
options
:
BigIntOptions
&
{
throwIfNoEntry
?:
true
}
Returns
Promise
<
BigIntStats
>
stat
(
this
:
unknown
,
path
:
PathLike
,
options
?:
StatOptions
&
{
bigint
?:
false
;
throwIfNoEntry
?:
true
}
,
)
:
Promise
<
Stats
>
Parameters
this
:
unknown
path
:
PathLike
Optional
options
:
StatOptions
&
{
bigint
?:
false
;
throwIfNoEntry
?:
true
}
Returns
Promise
<
Stats
>
stat
(
this
:
unknown
,
path
:
PathLike
,
options
:
StatOptions
&
{
bigint
?:
false
;
throwIfNoEntry
:
false
}
,
)
:
Promise
<
Stats
|
undefined
>
Parameters
this
:
unknown
path
:
PathLike
options
:
StatOptions
&
{
bigint
?:
false
;
throwIfNoEntry
:
false
}
Returns
Promise
<
Stats
|
undefined
>
stat
(
this
:
unknown
,
path
:
PathLike
,
options
:
StatOptions
&
{
bigint
:
true
;
throwIfNoEntry
:
false
}
,
)
:
Promise
<
BigIntStats
|
undefined
>
Parameters
this
:
unknown
path
:
PathLike
options
:
StatOptions
&
{
bigint
:
true
;
throwIfNoEntry
:
false
}
Returns
Promise
<
BigIntStats
|
undefined
>
stat
(
this
:
unknown
,
path
:
PathLike
,
options
:
StatOptions
&
{
throwIfNoEntry
?:
true
}
,
)
:
Promise
<
Stats
|
BigIntStats
>
Parameters
this
:
unknown
path
:
PathLike
options
:
StatOptions
&
{
throwIfNoEntry
?:
true
}
Returns
Promise
<
Stats
|
BigIntStats
>
stat
(
this
:
unknown
,
path
:
PathLike
,
options
?:
StatOptions
,
)
:
Promise
<
Stats
|
BigIntStats
|
undefined
>
Parameters
this
:
unknown
path
:
PathLike
Optional
options
:
StatOptions
Returns
Promise
<
Stats
|
BigIntStats
|
undefined
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ZenFS
Loading...