* 使用系统默认程序打开文件 * @param path 文件路径
(path: string)
| 181 | * @param path 文件路径 |
| 182 | */ |
| 183 | static async openFileWithSystemApp(path: string): Promise<void> { |
| 184 | await invoke('open_file_with_default_app', { filePath: path }); |
| 185 | } |
| 186 | |
| 187 | /** |
| 188 | * 在文件管理器中显示文件 |
no outgoing calls
no test coverage detected