static URL toURL(O o) ctex { if (o instanceof URL) ret (URL) o; if (o instanceof S) ret new URL((S) o); if (o instanceof File) ret fileToURL((File) o); fail("Can't convert to URL: " + o); }