Differences
This shows you the differences between the selected revisions of the page.
2013-04-26 | 2013-04-26 | ||
moving guide_library_from_script to library_from_script (martin) | paths anchor (martin) | ||
Line 26: | Line 26: | ||
Alternatively, you can force the .NET assembly to share configuration with graphical/scripting mode, by setting ''[[library_session|Session.DefaultConfiguration]]'' to ''false''. Though this is not recommended practise. | Alternatively, you can force the .NET assembly to share configuration with graphical/scripting mode, by setting ''[[library_session|Session.DefaultConfiguration]]'' to ''false''. Though this is not recommended practise. | ||
- | ==== Relative/Absolute Paths ==== | + | ==== [[paths]] Relative/Absolute Paths ==== |
Scripting mode (similarly to graphical mode) has concept of current working directory (both on local and remote side). On the contrary, the .NET assembly does not; there's no equivalent to ''[[scriptcommand_cd|cd]]'' command. | Scripting mode (similarly to graphical mode) has concept of current working directory (both on local and remote side). On the contrary, the .NET assembly does not; there's no equivalent to ''[[scriptcommand_cd|cd]]'' command. | ||