如何找到程序的位置
我正在使用Delphi2006,我想使用Delphi代码找到特定程序的位置。
I am using Delphi2006 and I want to find the location of a particular program using Delphi code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面是一个 Delphi 程序,它可以查找所有名为 aFileName 的文件,并将结果放入 aDestFiles 字符串列表中。
Here's a Delphi program that can find all files called aFileName, and puts the results into the aDestFiles stringlist.