ZipArchiveEntry.ExternalAttributes 属性

定义

操作系统和应用程序特定的文件属性。

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,高阶字节通常用于存储文件权限。 如果输入来自标准输入,则此字段设置为零。

适用于