ZenFS
Preparing search index...
index
promises
glob
Function glob
glob
(
this
:
V_Context
,
pattern
:
string
|
string
[]
)
:
AsyncIterator
<
string
>
Retrieves the files matching the specified pattern.
Parameters
this
:
V_Context
pattern
:
string
|
string
[]
Returns
AsyncIterator
<
string
>
glob
(
this
:
V_Context
,
pattern
:
string
|
string
[]
,
opt
:
GlobOptionsWithFileTypes
,
)
:
AsyncIterator
<
Dirent
<
string
>
>
Retrieves the files matching the specified pattern.
Parameters
this
:
V_Context
pattern
:
string
|
string
[]
opt
:
GlobOptionsWithFileTypes
Returns
AsyncIterator
<
Dirent
<
string
>
>
glob
(
this
:
V_Context
,
pattern
:
string
|
string
[]
,
opt
:
GlobOptionsWithoutFileTypes
,
)
:
AsyncIterator
<
string
>
Retrieves the files matching the specified pattern.
Parameters
this
:
V_Context
pattern
:
string
|
string
[]
opt
:
GlobOptionsWithoutFileTypes
Returns
AsyncIterator
<
string
>
glob
(
this
:
V_Context
,
pattern
:
string
|
string
[]
,
opt
:
GlobOptions
,
)
:
AsyncIterator
<
string
|
Dirent
<
string
>
>
Retrieves the files matching the specified pattern.
Parameters
this
:
V_Context
pattern
:
string
|
string
[]
opt
:
GlobOptions
Returns
AsyncIterator
<
string
|
Dirent
<
string
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ZenFS
Loading...
Retrieves the files matching the specified pattern.