ZipArchiveEntry.ExternalAttributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
操作系统和应用程序特定的文件属性。
public:
property int ExternalAttributes { int get(); void set(int value); };
public int ExternalAttributes { get; set; }
member this.ExternalAttributes : int with get, set
Public Property ExternalAttributes As Integer
属性值
编写此输入时由应用程序编写的外部属性。 这同时依赖于主机操作系统和应用程序。
注解
外部属性的映射依赖于主机系统。 对于 MS-DOS,低序字节是 MS-DOS 目录属性字节。 对于 Unix,高阶字节通常用于存储文件权限。 如果输入来自标准输入,则此字段设置为零。