1
2
3
4
	public static String getRelativePath(File file, File relativeTo) throws IOException {
		/*
		 * windows seems in some cases not to stop getParent() at 'c:\', which I
...

Java get path of a File relative...

by lord alcol, August 18, 2008 17:23, 1 refactoring, tagged with java, file, path

I call:
File f = new File(...

A9c8a6d8eed437bb33d504cae365bf57 Talk