Java supports UNIX path separators that do not require escaping. eg.
"c:/my/file.txt"
works fine on windows (and unix if you have a directory named c:
You decided to use \
, and not /
as a path separator, for example, in just about any other operating system before or after, is my home hate .;) http://en.wikipedia.org/wiki/Backslash
source share