使用delphi中的shell循环目录中的文件
我想循环遍历给定目录中的所有文件并返回它们的版本号和exe名称。我尝试深入研究 shell,看看是否可以解决这个问题,但是我一直无法找到解决方案。任何提示将不胜感激。
I want to loop through all the files in a given directory and return their version number and exe name. I have tried digging into the shell to see if I can pull this off, however I have not been able to find a solution. Any tips would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这样做:
在表单上放置一个
TMemo
和一个TButton
并执行This does it:
Drop a
TMemo
and aTButton
on your form and do