When writing file paths in C#, I found that I can either write something like \"C:\\\" or \"C:/\" and get the same path. Which one is recommended? I heard somewhere that usi
Use Path.Combine and you don't need to worry about such semantics.
Path.Combine