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 ...
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 ...
I call:
File f = new File(...