pub(crate) async fn vmgs_file_read(
file_path: impl AsRef<Path>,
data_path: Option<impl AsRef<Path>>,
file_id: FileId,
key_path: Option<impl AsRef<Path>>,
raw_stdout: bool,
) -> Result<(), Error>
Expand description
Get data from VMGS file, and write to data_path
.