码迷,mamicode.com
首页 > Windows程序 > 详细

delphi 打开文件夹并定位到一个文件(使用ShellExecute时加一个select参数,原来这么简单!)

时间:2015-11-26 23:20:47      阅读:633      评论:0      收藏:0      [点我收藏+]

标签:

  strFileName := FcxLV[nIndex].Items.Item[FcxLV[nIndex].ItemIndex].SubItems.Strings[0]; //路径
  ShellExecute(0, nil, PChar(‘explorer.exe‘),PChar(‘/e, ‘ + ‘/select,‘ + strFileName), nil, SW_NORMAL);

http://blog.csdn.net/yanjiaye520/article/details/6803795

delphi 打开文件夹并定位到一个文件(使用ShellExecute时加一个select参数,原来这么简单!)

标签:

原文地址:http://www.cnblogs.com/findumars/p/4999165.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!