public final class RelativePath extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getRelPathFromBase(File from,
File to)
Will determine the relative path from one file to another.
|
public static String getRelPathFromBase(File from, File to) throws IOException
from - the file to start pathing fromto - the file to end up atIOException - if there is a problem reading either of the filesCopyright © 2015. All Rights Reserved.