Differences
This shows you the differences between the selected revisions of the page.
library_remotepath_combine 2018-12-20 | library_remotepath_combine 2022-12-12 (current) | ||
Line 1: | Line 1: | ||
====== RemotePath.Combine Method ====== | ====== RemotePath.Combine Method ====== | ||
Combines strings into a remote/*nix path. | Combines strings into a remote/*nix path. | ||
- | |||
- | //This method exists only in the latest beta release. In previous versions there is an equivalent method ''[[library_remotepath_combinepaths|RemotePath.CombinePaths]]''//. &beta | ||
===== Syntax ===== | ===== Syntax ===== | ||
Line 25: | Line 23: | ||
| ArgumentNullException | Some of the arguments is ''null''. | | | ArgumentNullException | Some of the arguments is ''null''. | | ||
- | ===== Remarks ===== | + | ===== [[remarks]] Remarks ===== |
Concatenates ''path1'' with ''path2'', interleaving them with a slash (''/''), unless the ''path1'' already ends with a slash. | Concatenates ''path1'' with ''path2'', interleaving them with a slash (''/''), unless the ''path1'' already ends with a slash. | ||
Line 38: | Line 36: | ||
==== Real-Life Example ==== | ==== Real-Life Example ==== | ||
- | * [[library_example_advanced_rename|Advanced files rename on SFTP/FTP server]]. | + | * [[library_example_advanced_rename|*]]. |