eda_sys_file_system_open_read_folder_dialog
Opens a folder selection dialog to read all files from a chosen directory, returning their relative paths and file contents for processing.
Instructions
sys_FileSystem.openReadFolderDialog() -> Promise<Array<{ relativePath: string; file: File }>> 打开读入文件夹窗口 returns: 读取到的所有文件及其路径信息
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |