Package edu.ie3.datamodel.io
Class IoUtil
java.lang.Object
edu.ie3.datamodel.io.IoUtil
-
Field Details
-
FILE_SEPARATOR_REGEX
- See Also:
-
FILE_SEPARATOR_REPLACEMENT
-
-
Method Details
-
harmonizeFileSeparator
Ensure to have harmonized file separator across the whole String. Will replace all occurences if "\" and "/" by the systems file separator- Parameters:
in
- The String to harmonize- Returns:
- The harmonized String
-