eda_sys_file_manager_get_project_file
Retrieves the current project file from EasyEDA Pro, returning its data or undefined if no project is open. Supports optional fileName, password, and fileType for targeted access.
Instructions
sys_FileManager.getProjectFile(fileName?: string, password?: string, fileType?: 'epro' | 'epro2') -> Promise<File | undefined>
获取工程文件
returns: 工程文件数据,undefined 表示当前未打开工程或数据获取失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |