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 offile
relative 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.
-