Required Instance Methodtuist.filesystem 0.7.9FileSystem

glob(directory:include:)

Looks up files and directories that match a set of glob patterns.

FileSystem.swift:299
func glob(directory: Path.AbsolutePath, include: [String]) throws -> AnyThrowingAsyncSequenceable<Path.AbsolutePath>

Parameters

directory

Base absolute directory that glob patterns are relative to.

include

A list of glob patterns.

Returns

An async sequence to get the results.