- archive_set_header_property(+Archive, +Property)
- Set Property of the current header. Write-mode only. Defined
properties are:
- filetype(-Type)
- Type is one of
file
, link
, socket
, character_device
,
block_device
, directory
or fifo
. It appears that this
library can also return other values. These are returned as
an integer.
- mtime(-Time)
- True when entry was last modified at time.
- size(-Bytes)
- True when entry is Bytes long.
- link_target(-Target)
- Target for a link. Currently only supported for symbolic
links.