ArchiveMember.fileAttributes

Get or set the OS specific file attributes for this archive member.

  1. uint fileAttributes [@property setter]
  2. uint fileAttributes [@property getter]
    class ArchiveMember
    @property @nogc nothrow const
    uint
    fileAttributes
    ()

Return Value

Type: uint

The file attributes or 0 if the file attributes were encoded for an incompatible OS (Windows vs. POSIX).

Meta