All Classes |Grouped Classes |Index

Function mount

Mounts a file system at mount point.

	void CL_VirtualFileSystem::mount(
		const CL_String & mount_point,
		CL_VirtualFileSystem  fs);

	void CL_VirtualFileSystem::mount(
		const CL_String & mount_point,
		const CL_String & path,
		bool is_zip_file);

Detailed description:

Filenames starting with "mount_point" at the start will be replaced by the path specified by "path" (ie the the base_path is ignored) param: mount_point = Mount alias name to use param: path = Path which "mount_point" should point to param: is_zip_file = false, create as a CL_VirtualFileSource_File, else create as a CL_VirtualFileSource_Zip