ui_file_dialog
Automate a Windows file dialog by entering a file path and clicking the Open or Save button in a single call.
Instructions
Complete a standard Windows Open/Save file dialog in a single call.
Enters the file path and clicks the accept button. Handles the standard Win32 dialog layout (File name ComboBox + Open/Save button) with multi-strategy fallback for different dialog variants.
Args: path: Full file path to enter (e.g. "C:/data/test.txt") accept_button: Name of accept button (default "Open", use "Save" for save dialogs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| accept_button | No | Open |