VirtualFolder.mount

Add a child folder. The child cannot 'overlap' with others in the tree of the same type. Circular references across a tree of virtual folders are detected and trapped.

The second argument represents an optional name that the mount should be known as, instead of the name exposed by the provided folder (it is not an alias).

  1. VfsHost mount(VfsFolder folder, istring name)
    class VirtualFolder
    mount
    (,
    istring name = null
    )
  2. VfsHost mount(VfsFolders group)

Meta