ZenFS
    Preparing search index...

    Function glob

    • Retrieves the files matching the specified pattern.

      Parameters

      Returns AsyncIterator<string>

    • Retrieves the files matching the specified pattern.

      Parameters

      • this: V_Context
      • pattern: string | string[]
      • opt: GlobOptionsWithFileTypes

      Returns AsyncIterator<Dirent<string>>

    • Retrieves the files matching the specified pattern.

      Parameters

      • this: V_Context
      • pattern: string | string[]
      • opt: GlobOptionsWithoutFileTypes

      Returns AsyncIterator<string>

    • Retrieves the files matching the specified pattern.

      Parameters

      • this: V_Context
      • pattern: string | string[]
      • opt: GlobOptions

      Returns AsyncIterator<string | Dirent<string>>