Find files matching a glob pattern.
glob(
self,
pattern: str,
path: str = '/',
) -> GlobResult| Name | Type | Description |
|---|---|---|
pattern* | str | Glob pattern with wildcards to match file paths. Supports standard glob syntax:
|
path | str | Default: '/'Base directory to search from. Default: "/" (root). The pattern is applied relative to this path. |