get_files
Retrieves an array of file paths from the codebase.
Arguments
Name | Type | Description | Required |
---|---|---|---|
file_paths | array | An array of file paths to retrieve. |
Returns
Type | Description |
---|---|
array | An array of file paths. |
Example
Last updated