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