Submit Content

Sponsor



Results


C#: Shortcut: Use the @ Symbol instead of escaping slashes

We all had to at one point or another modify a file path and escape the slashes before pasting it into our code or into a database table. Using the @ symbol in front of the string will eliminate the need to modify the path.

0 Comments   Posted by LazyAssCoder on Jan 29, 2008   394 Views