Differences
This shows you the differences between the selected revisions of the page.
| 2017-10-04 | 2017-10-20 | ||
| no need for line continuation in VB.NET (martin) | verbatim C# string literal (martin) | ||
| Line 75: | Line 75: | ||
| // Download the database dump | // Download the database dump | ||
| - | session.GetFiles(tempFilePath, "D:\\dbbackup\\").Check(); | + | session.GetFiles(tempFilePath, @"D:\dbbackup\").Check(); |
| } | } | ||