Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Single backslashes will be parsed by the compiler as character escapes (similar to "\n") and will be thrown away. You need to make EVERY backslash be a double backslash for the string that the compiler sees after parsing to make up a valid file path.