FileGroup

Represents a group of files (need this declared here to avoid a bunch of bizarre compiler warnings)

Constructors

this
this(FolderGroup host, VfsFilter filter)

Members

Functions

opApply
int opApply(int delegate(ref VfsFile) dg)

Iterate over the set of contained VfsFile instances

Properties

bytes
ulong bytes [@property getter]

Return the total size of all files

files
size_t files [@property getter]

Return the total number of entries

Meta