Package jflex.io
Class FileUtils
- java.lang.Object
-
- jflex.io.FileUtils
-
public class FileUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetRelativePath(File rootDirectory, File file)Returns the path offilerelative torootDirectory.static Stringslashify(String path)Replaces the\by a/in the path, because backslash is used as an escape sequence in Java (e.g.
-