Ask a question to get started
Enter to send•Shift+Enter new line
Structured glob matching returning FileInfo objects.
globInfo(pattern: string, path: string): MaybePromise<FileInfo[]>
pattern
string
path
Glob pattern (e.g., *.py, **/*.ts)
*.py
**/*.ts
Base path to search from (default: "/")