Differences
This shows you the differences between the selected revisions of the page.
2015-12-21 | 2015-12-23 | ||
5.8 Change: Deprecating Session.DefaultConfiguration in favor of Session.AddRawConfiguration. (martin) | better wording (martin) | ||
Line 30: | Line 30: | ||
In the scripting you can use paths relative to current working directory in parameters to script commands. | In the scripting you can use paths relative to current working directory in parameters to script commands. | ||
- | In the .NET assembly, you need to always use absolute paths or paths relative to //initial// working directory (typically a home folder for remote path). | + | In the .NET assembly, you need to always use absolute paths or paths relative to //initial// working directory (for remote paths the //initial// directory is typically a home directory). |
For example following script snippet: | For example following script snippet: |