Return root dir if this is group dir; return dir containing group file if this is group file. This is derived from original incoming dir or filename. If it was absolute, this should come back as full absolute path. If only a URL is available, return URL of one dir up.
()
| 798 | */ |
| 799 | |
| 800 | public URL getRootDirURL() { |
| 801 | return null; |
| 802 | } |
| 803 | |
| 804 | public URL getURL(String fileName) { |
| 805 | URL url; |