Getting file path for ModelLoader

I'm trying to use the ModelLoader and I need either a string path or a File…but I have a URI.  If I do URL.getFile() the ModelLoader reports that the file can't be found, if I do new File( URL.toURI() ), it also reports file not found.  How do get a path I can use???

Can you post a snip of code showing your usage?