ArchiveMember.fileAttributes

void fileAttributes(uint attr) @property @safe

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

Parameters

attrAttributes as obtained by getAttributes or DirEntry.attributes.

Returns

The file attributes or 0 if the file attributes were

encoded for an incompatible OS (Windows vs. POSIX).

uint fileAttributes() @property @nogc nothrow const

ditto