static S assertAbsolutePath(S s) { if (!s.startsWith("/")) // TODO: Windows fail("Not an absolute path: " + s); ret s; }