System.IO.FileAttributes 枚举

方法描述

提供文件和目录的特性。

语法定义(C# System.IO.FileAttributes 枚举 的用法)

[SerializableAttribute]
[FlagsAttribute]
[ComVisibleAttribute(true)]
public enum FileAttributes

构造函数

构造函数名称 构造函数描述

成员/方法

方法名称 方法描述

提示和注释

可通过调用 GetAttributes 方法获取文件和目录的属性,也可通过调用 SetAttributes 方法对其进行设置。

无法使用 SetAttributes 方法来更改 File 对象的压缩状态。

System.IO.FileAttributes 枚举例子


继承层次结构

命名空间

namespace: System.IO

程序集: mscorlib(在 mscorlib.dll 中)

线程安全

版本信息

.NET Framework 受以下版本支持:4、3.5、3.0、2.0、1.1、1.0 .NET Framework Client Profile 受以下版本支持:4、3.5 SP1

适用平台

Windows 7, Windows Vista SP1 或更高版本, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008(不支持服务器核心), Windows Server 2008 R2(支持 SP1 或更高版本的服务器核心), Windows Server 2003 SP2 .NET Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。