Example #1
0
 public static String replaceSeparator(String fileName) {
   return StringUtil.replace(fileName, '\\', "/");
 }