Delphi 调用ShellExecute打开txt文本


本文整理自网络,侵删。

 
uses
  WinTypes, ShellAPI;

procedure OpenObject(sObjectPath: string);
begin
  ShellExecute(0, nil, PChar( sObjectPath ), nil, nil, SW_NORMAL);
end;

//调用
  OpenObject('c:\my_docs\report.txt');

相关阅读 >>

Delphi 隐藏文件夹

Delphi里参数修饰符const、var、out的作用分别是什么?

Delphi开发平台 raw socket

Delphi 服务器群集解决方案

Delphi 调用exitwindows 关闭系统

Delphi百度网盘真实地址解析

Delphi 加壳原理与简单实现加壳

Delphi windows 编程[12] - 菜单与菜单资源(1-3)

Delphi 手机app打开一个安卓系统支持的文件,比如 pdf

Delphi idhttp中get与post的区别

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...