glob(
self,
pattern: str,
path: str | None = None,
) -> GlobResult| Name | Type | Description |
|---|---|---|
pattern* | str | Glob pattern with wildcards to match file paths. Supports standard glob syntax:
|
path | str | None | Default: NoneOptional base directory to search from. If omitted, the backend chooses its default search root. The pattern is applied relative to this path. |
Find files matching a glob pattern.