TarInfo.type
File type. type is usually one of these constants: REGTYPE
, AREGTYPE
, LNKTYPE
, SYMTYPE
, DIRTYPE
, FIFOTYPE
, CONTTYPE
, CHRTYPE
, BLKTYPE
, GNUTYPE_SPARSE
. To determine the type of a TarInfo
object more conveniently, use the is*()
methods below.
Please login to continue.