Show / Hide Table of Contents

Enum ExtendedUnixData.Flags

Flags indicate which values are included in this instance.

Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
[Flags]
public enum Flags : byte

Fields

Name Description
AccessTime

The access time is included

CreateTime

The create time is included.

ModificationTime

The modification time is included

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors