Ask a question to get started
Enter to send•Shift+Enter new line
Structured glob matching returning FileInfo objects.
glob(pattern: string, _path: string = "/"): Promise<GlobResult>
pattern
string
Glob pattern (e.g., *.py, **/*.ts)
*.py
**/*.ts
_path
"/"