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
Glob pattern (e.g., *.py, **/*.ts)
*.py
**/*.ts
path
Base path to search from (default: "/")