Do I need to escape backslash in a config file?

You don’t need that. Anything within an attribute value is character data.

Since you’re reading these values using C#, they’ll get escaped as if they would be a literal path string in code.

Anyway, you might want to know that C# has @ operator to declare verbatim strings, meaning that you don’t need to escape backslashes when using literal paths in code:

string somePath = @"C:\blah\blih\bluh.txt";

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)