static File assertFileExistsVerbose(File f) { if (!fileExists(f)) fail("File not found: " + f); print("OK - file exists: " + f); ret f; }