Provides access to all files in the archive via a delegate method. This allows use in foreach loops.
foreach(file; archive.files) { // Use properties of file }
See Implementation
Provides access to all files in the archive via a delegate method. This allows use in foreach loops.