Find files matching a glob pattern.
| 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. |