Ask a question to get started
Enter to send•Shift+Enter new line
Find files matching a glob pattern.
glob_info( self, pattern: str, path: str = '/', ) -> list[FileInfo]
pattern
str
Glob pattern to match files against (e.g., '*.py', '**/*.txt').
'*.py'
'**/*.txt'
path
'/'
Base directory to search from. Defaults to root (/).
/