Glob
globLocate files in a directory by providing a pattern, and get 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 |