Skip to content

pyxar_API_xarfile_XarInfo

Will Barton edited this page Jan 14, 2007 · 5 revisions

Table of Contents

pyxar API Documentation

XarInfo(...)

This class represents a member of a XarArchive. More specifically, it allows access to that member's metadata.

isfile()

Returns True if the archive member is a regular file. Otherwise, returns false.

isreg()

This method is the same as isfile()

isdir()

Returns True if the archive member is a directory. Otherwise, returns false.