Delphi7 打开 Windows 资源管理器转到文件夹并选中指定文件

Delphi7 打开 Windows 资源管理器转到文件夹并选中指定文件.

var
  strFilePath: string;
begin
  ShellExecute(Handle, open, PChar(explorer.exe), PChar(/select, + strFilePath), nil, SW_NORMAL);
end;

 

Delphi7 打开 Windows 资源管理器转到文件夹并选中指定文件

上一篇:在Windows 8.1下使用Hyper-V安装CentOS 6.6 64bit


下一篇:关于如何删除windows上的顽固程序