when I try to create a new file using:
File file = new File("C:\Documents and Settings\username\My Documents\Eclipse Workspace\CH10_BasicIO\ch10\datafile1");
I get the following error:
- Invalid escape sequence (valid ones are \b \t \n \f \r \" \' \\ )
Why isn't what I'm sending as an argument a valid pathname?