ArchiveMember.fileAttributes

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

  1. uint fileAttributes [@property setter]
    class ArchiveMember
    @property @safe
    void
    fileAttributes
    (
    uint attr
    )
  2. uint fileAttributes [@property getter]

Parameters

attr uint

Return Value

Type: void

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

Meta