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