ZipSubFolderGroup

Undocumented in source.

Members

Functions

opApply
int opApply(int delegate(ref VfsFolder) dg)
Undocumented in source.
subset
VfsFolders subset(const(char)[] pattern)
Undocumented in source.

Properties

bytes
ulong bytes [@property getter]
Undocumented in source.
catalog
const(char)[] catalog [@property setter]
Undocumented in source.
catalog
VfsFilter catalog [@property setter]
Undocumented in source.
entries
size_t entries [@property getter]
Undocumented in source.
files
size_t files [@property getter]
Undocumented in source.
folders
size_t folders [@property getter]
Undocumented in source.

Inherited Members

From VfsFolders

opApply
int opApply(int delegate(ref VfsFolder) dg)

Iterate over the set of contained VfsFolder instances

files
size_t files [@property getter]

Return the number of files

folders
size_t folders [@property getter]

Return the number of folders

entries
size_t entries [@property getter]

Return the total number of entries (files + folders)

bytes
ulong bytes [@property getter]

Return the total size of contained files

subset
VfsFolders subset(const(char)[] pattern)

Return a subset of folders matching the given pattern

catalog
const(char)[] catalog [@property setter]

Return a set of files matching the given pattern

catalog
VfsFilter catalog [@property setter]

Return a set of files matching the given filter

Meta