mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
get inner zip contents properly
This commit is contained in:
@@ -34,4 +34,6 @@ pub fn unzip(zipfile: &str, zippath: &str, destpath: &str) {
|
||||
};
|
||||
|
||||
println!("Zip: {}", zipData.size());
|
||||
println!("Name: {}", zipData.name());
|
||||
println!("Directory? {}", zipData.is_dir());
|
||||
}
|
||||
Reference in New Issue
Block a user