show filename

This commit is contained in:
endernon 2024-12-06 23:02:17 +00:00
parent 7627f93114
commit 0819fa8027

View file

@ -72,6 +72,7 @@ fn main() {
// }
for thatpath in filelist {
println!("File: {:?}",thatpath);
catzou::encoder(thatpath.to_owned(), thatpath)
}
}