Function getFilesFromPath

  • Gets all the FileObjects that match requested file paths.

    Parameters

    • paths: string | Iterable<string> | AsyncIterable<string>

      File system path(s) to glob from

    • Optional options: FromPathOptions

      options

    Returns Promise<FileObject[]>

Generated using TypeDoc