如何定位文件的位置(20)

  • 主题发起人 主题发起人 青云
  • 开始时间 开始时间

青云

Unregistered / Unconfirmed
GUEST, unregistred user!
比如知道文件的位置是:C:/Program Files/abc.txt如何用delphi写程序,根据该文件位置,打开对应的目录夹,并让焦点定位到该文件?比如写一个过程: procedure LocateFile(FileName:string); begin ...... end;
 
http://bbs.2ccc.com/topic.asp?topicid=342819
 
ShellExecute(Handle, 'Open', PChar(Directory), nil, nil, SW_SHOW);
 
后退
顶部