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