pub fn mount_cloud_share(
console: Rc<RefCell<dyn Console>>,
storage: Rc<RefCell<Storage>>,
username_path: &str,
) -> Result<String>Expand description
Resolves username_path, which must be of the form user/path, into an AUTORUN location.