3

我在 Windows 上运行 Flutter 桌面应用程序,我使用 go-flutter-desktop。
当用户单击具有正确路径的按钮时,我想打开 Excel.exe

String win10Path = 'C:\\progra~1\\MIF5BA~1\\Office16\\EXCEL.EXE';
String win7Path = 'C:\\progra~2\\micros~1\\Office14\\EXCEL.EXE';

Windows 注册表有 Excel 路径信息

 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\excel.exe 

使用 Dart 在 Windows 上获取 Excel.exe 路径的正确方法是什么?
需要出售的解决方案来打开 MS Office、Lotus Notes、PDF 查看器、Windows Media Player……
非常感谢

4

0 回答 0