static File assertExists(File f) { if (!fileExists(f)) fail("File not found: " + f); ret f; }