Differences
This shows you the differences between the selected revisions of the page.
scriptcommand_lcd 2013-03-26 | scriptcommand_lcd 2022-06-12 (current) | ||
Line 1: | Line 1: | ||
- | ====== lcd ====== | + | ====== lcd command ====== |
Changes local working directory for all sessions. | Changes local working directory for all sessions. | ||
+ | |||
+ | ===== Syntax ===== | ||
lcd <directory> | lcd <directory> | ||
Line 6: | Line 8: | ||
===== Example ===== | ===== Example ===== | ||
<code winscp> | <code winscp> | ||
- | lcd d:\Stream\Folder | + | lcd d:\ |
</code> | </code> | ||
+ | ===== Converting to .NET Assembly ===== | ||
+ | [[library|WinSCP .NET assembly]] does not have a concept of current working directory. | ||
+ | When [[library_from_script|converting script to .NET Assembly]], you have to [[library_from_script#paths|convert relative paths to absolute paths]]. |