Differences
This shows you the differences between the selected revisions of the page.
scriptcommand_mv 2014-07-14 | scriptcommand_mv 2020-05-29 (current) | ||
Line 1: | Line 1: | ||
- | ====== mv ====== | + | ====== mv command ====== |
[[task_move_duplicate|Moves]] or renames one or more remote files. | [[task_move_duplicate|Moves]] or renames one or more remote files. | ||
Line 12: | Line 12: | ||
Alias: ''rename'' | Alias: ''rename'' | ||
- | Effective [[scriptcommand_option|options]]: ''failonnomatch'' | + | Effective [[scriptcommand_option|options]]: ''[[scriptcommand_option#failonnomatch|failonnomatch]]'' |
XML log element: ''[[logging_xml#mv|mv]]'' | XML log element: ''[[logging_xml#mv|mv]]'' | ||
Line 35: | Line 35: | ||
</code> | </code> | ||
- | ===== Converting to .NET Assembly ===== | + | ===== [[net]] Converting to .NET Assembly ===== |
When [[library_from_script|converting script to .NET Assembly]], map ''mv'' command to ''[[library_session_movefile|Session.MoveFile]]'' method. | When [[library_from_script|converting script to .NET Assembly]], map ''mv'' command to ''[[library_session_movefile|Session.MoveFile]]'' method. | ||