Package jflex.io
Class FileUtils
java.lang.Object
jflex.io.FileUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileUtils
private FileUtils()
-
-
Method Details
-
getRelativePath
Returns the path offilerelative torootDirectory. -
slashify
Replaces the\by a/in the path, because backslash is used as an escape sequence in Java (e.g.ሴis a unicode character.
-