rhino_list_saved_files
Get a list of all saved Rhino files stored in the default RhinoFiles directory. Retrieves file information and the directory path for easy access.
Instructions
List all files in the default RhinoFiles directory (D:/RhinoFiles).
Args:
controller: RhinoController instance.
Returns:
Dict with 'files' key containing list of file info dicts,
and 'directory' key with the scanned path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |