Differences
This shows you the differences between the selected revisions of the page.
2016-12-21 | 2016-12-21 | ||
updating for the new portal (martin) | using HomePath and CombinePaths (martin) | ||
Line 261: | Line 261: | ||
string backupPath = | string backupPath = | ||
- | "/home/user/backup/" + | + | session.CombinePaths(session.HomePath, "backup/" + Environment.GetEnvironmentVariable("WEBJOBS_RUN_ID")); |
- | ···················Environment.GetEnvironmentVariable("WEBJOBS_RUN_ID"); | + | |
session.CreateDirectory(backupPath); | session.CreateDirectory(backupPath); | ||