Package jflex.io
Class FileUtils
java.lang.Object
jflex.io.FileUtils
-
Method Summary
-
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.
-