pub fn load_from_file(path: &Path) -> Result<Vfs>
Load VFS from a .bin file.
Returns I/O error on read failure or invalid/corrupt .bin data.