ArchiveDir

The ArchiveDir type represents a 'directory' of entries in SLADE, such as in zip/pk3 archives.

Properties

Property Type Description
name string The directory name
archive Archive The Archive the directory is a part of
entries ArchiveEntry[] An array of ArchiveEntry objects contained in the directory. Does not include entries within subdirectories
parent ArchiveDir The ArchiveDir the directory is contained in. This will be nil if the directory has no parent
path string The full path of the directory, including itself
subDirectories ArchiveDir[] An array of all subdirectories within the directory

Constructors

No Constructors

This type can not be created directly in scripts.