Class: VirtualFS

VirtualFS

Class for combining multiple filesystem implementations into one. This allows, e.g., to handle archive files just like (read-only) directories.

The virtual filesystem uses a base filesystem as its entry and a number of child filesystems for handling selected MIME types.

Attach the property vfsMimeTypes to the child filesystems to assign filesystems to MIME types.