I need to mimic C# functionality of the @ symbol when it precedes a string.
@"C:\A\File\Path" for example
What is the best way to do this? Also there are some sites that will escape larger strings for you so that they survive the processing but I could not find one for Actionscript.
Help?