find_files
Locate files by name pattern using glob syntax. Narrow search to a specific subdirectory.
Instructions
Find files by name pattern (glob), e.g. ".py" or "test_".
Args: pattern: A glob pattern matched against file names. subdir: Limit the search to this subdirectory. Use "." for everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | * | |
| subdir | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |