230c230
<      return toolNamePrefix + " Do not edit this line. " + addUnicodeEscapes(fileName);
---
>      return toolNamePrefix + " Do not edit this line. " + addUnicodeEscapes(fileName.replaceAll("\\\\","/"));