码迷,mamicode.com
首页 > 其他好文 > 详细

声明:function FileSetAttr ( const FileName : string

时间:2014-07-29 20:43:52      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   color   文件   io   cti   


对文件和文件夹都有效
 FileSetAttr(‘D:\Administrator\Desktop\patcher\Win32\Release\config\element\update‘,faHidden);



声明:function FileSetAttr ( const FileName : string; Attributes : Integer ) : Integer; 

描述:FileSetAttr函数设置指定文件FileName的属性。 

Attributes整数必须设为下列独立位的0个,多个或所有设置的联合。 

faReadOnly:1:只读文件 

faHidden:2:隐藏文件 

faSysFile:4:系统文件 

faVolumeID:8:卷标文件 

faDirectory:16:目录文件 

faArchive:32:存档文件 

faSymLink:64:符号连接 

如果设置功,则返回值为0,否则它包含一个错误代码。 

备注:这个函数是依赖于操作系统的,比如在Linux下,Archive意味着什么也没有。 
 



声明:function FileSetAttr ( const FileName : string,布布扣,bubuko.com

声明:function FileSetAttr ( const FileName : string

标签:des   style   blog   http   color   文件   io   cti   

原文地址:http://www.cnblogs.com/xe2011/p/3875920.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!