static AutoCloseable tempShowFileSizeProgress(IProgressShower p, File f, O... _) { if (p == null || f == null) null; ret timerAsAutocloseable(doEvery(optPar interval(_, 100), r { p.setValue(fileSize(f)); })); }