本文介绍了显示已安装的软件的文件位置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想转到目录中的file.exe路径,用c#名称在驱动器上安装任何软件。然后,将路径导出到屏幕。

ex:我在PC上安装了软件,名称为:HHP

文件位置:c:\Program file \HHP \ hhp.exe。我希望按名称搜索"hhp.exe"并将文件位置导出到文本框控件。
$




I want to go to file.exe path in the directory to install any software on the drive by its name with c #. then, Export the path to the screen.
ex: i installed software in PC with name: HHP
file location: c:\Program file\HHP\hhp.exe . i want search its by name "hhp.exe" and export file location to textbox control.


推荐答案


这篇关于显示已安装的软件的文件位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 19:04