delphi 如何设置文件属性


本文整理自网络,侵删。

 delphi 如何设置文件属性

procedure TForm1.Button1Click(Sender: TObject);
begin
with OpenDialog1 do
if Execute then
if SetFileAttributes(PChar(Filename), FILE_ATTRIBUTE_HIDDEN) then
Caption:='attribute was changed'
else
Caption:='attribute was not changed';
end;

相关阅读 >>

Delphi制作外挂的操作技巧

Delphi 10 seattle android应用程序使用toast

Delphi 用firedac获取 sql server错误文本信息

Delphi getmem(mystring,1024);//开辟1024个字节freemem(mystring,1024);//释放

Delphi tgifimage:timage显示gif动画

Delphi 分享三个随机字符串

Delphi xe10实现移动端支付宝、微信支付接口

Delphi获取各种编码的识别符

Delphi 获取硬盘盘符

Delphi 文件路径结尾去掉“\”

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



打赏

取消

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

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

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

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

评论

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