delphi 打开文件夹并定位到一个文件

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

你可能感兴趣的:(delphi 打开文件夹并定位到一个文件)