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

bytes
ulong bytes()

Return the total size of all files.

files
uint files()

Return the total number of entries.

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

Iterate over the set of contained VfsFile instances.

Meta