Post Made Community Wiki by Community
show/hide this revision's text 2

Here's a useful one for regular expressions and file paths:

"c:\\program files\\oldway"
@"c:\program file\oldwayfile\newway"

The @ tells the compiler to ignore any escape characters in a string.

show/hide this revision's text 1

Here's a useful one for regular expressions and file paths:

"c:\\program files\\oldway"
@"c:\program file\oldway"

The @ tells the compiler to ignore any escape characters in a string.