4950515253545556575859
@Override public URL getEntry(String path) { try { VirtualFile child = rootFile.getChild(path); return child.asFileURL(); } catch (MalformedURLException e) { return null; } }