Differences
This shows you the differences between the selected revisions of the page.
| 2014-10-10 | 2014-11-24 | ||
| Restored revision 1407147748. Undoing revision 1412935173. (martin) (hidden) | 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: | ||