Structured glob matching returning FileInfo objects.
Overrides BaseSandbox.glob() to normalize paths with a leading /
so they resolve correctly in the temp execution directory.
glob(pattern: string, searchPath: string = "/"): Promise<GlobResult>| Name | Type | Description |
|---|---|---|
pattern* | string | |
searchPath | string | Default: "/" |