Path File in Windows

I have a code that reads through a path file in windows such asC:\Documents and Settings\but when i try to set a char to \ likechar i='\', it says that it is not a valid char, so what should I do to be able to read this '\' ?
[264 byte] By [blackmagea] at [2007-11-27 7:03:37]
# 1
I have no idea what you're talking about, but if you try to use "\" in code, you need to escape it like this: "\\".
CeciNEstPasUnProgrammeura at 2007-7-12 18:54:52 > top of Java-index,Java Essentials,Java Programming...
# 2
Use the forward slash instead of backslash /////////////////////////////////
crashEvansa at 2007-7-12 18:54:52 > top of Java-index,Java Essentials,Java Programming...