Differences
This shows you the differences between the selected revisions of the page.
| 2014-08-04 | 2014-11-24 | ||
| american spelling (martin) | paths can be relative to home folder (martin) | ||
| Line 28: | Line 28: | ||
| 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. | + | 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). |
| For example following script snippet: | For example following script snippet: | ||