Possible to ignore escape sequences?
Hello all,
I have been working on an application that involves the user typing in the path to a file (I don't want to use the FileChooser at this point). However, when it asks for the file path string you have to escape every directory '\'. So this is what you would need to point to a file: "C:\\path\\to\\file". Is there anyway that I can have the string ignore the '\' escape sequence?
I'm not sure if this is regex material or not, because if so I have no idea how that would work..
Thanks,
lordj