I have a helper class pulling a string from an XML file. That string is a file path (so it has backslashes in it). I need to use that string as it is... How can I use it lik
The string returned from your helper class is not a literal string so you don't need to use the '@' character to remove the behaviour of the backslashes.