VfsFiles

Operations upon a set of files.

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