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: The pattern is applied relative to this path. |
Find files matching a glob pattern.