Differences
This shows you the differences between the selected revisions of the page.
2019-09-26 | 2019-09-26 | ||
grammar (martin) | wording (martin) | ||
Line 51: | Line 51: | ||
* You do not specify a target name (or an operation mask) in the destination path (original names are preserved when downloading). | * You do not specify a target name (or an operation mask) in the destination path (original names are preserved when downloading). | ||
* You do not need to make sure that the target directory path ends with a backslash. | * You do not need to make sure that the target directory path ends with a backslash. | ||
- | * The method downloads files only. It throws when the source path points to a subdirectory. | + | * The method downloads files only. It throws when the source path points to a directory. |
* The method throws an exception on error automatically. No need to [[library_session#results|call ''OperationResultBase.Check'']]. | * The method throws an exception on error automatically. No need to [[library_session#results|call ''OperationResultBase.Check'']]. | ||
* If the target local directory does not exist, it is created. | * If the target local directory does not exist, it is created. | ||