glob
Find files in a directory by matching a pattern. Returns a list of matching file paths.
Instructions
This function will return a list of files that match the given pattern. This function is useful for finding files in a directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes |