Virtual File System (VFS) code examples

The virtial file system allows the same operations as you are may know form java.io but names and behavior are a bit different. See techdocu for an introduction to the VFS.

The VFS can also be used to create a collection of containers that are merged virtually to offer some folders in a view which is not physically the same on the filesystem. Similar to the use of symlinks in a unix environnement. @see org.olat.modules.bc.BriefcaseWebDAVProvider

TODO:how to create an initial container out form a path??? creating an Impl, This need to be refactored to use the Abstract type VFSContainer through out olat