Differences
This shows you the differences between the selected revisions of the page.
2014-07-14 | 2014-07-14 | ||
5.6 Bug 1172 Optionally failing command when file mask matches no files. (martin) | failonnomatch (lack of) mapping to .net assembly (martin) | ||
Line 41: | Line 41: | ||
| ''confirm'' | .NET asembly is non-interactive, so confirmations are always off. | | | ''confirm'' | .NET asembly is non-interactive, so confirmations are always off. | | ||
| ''reconnecttime'' | Set ''[[library_session|Session.ReconnectTime]]''. | | | ''reconnecttime'' | Set ''[[library_session|Session.ReconnectTime]]''. | | ||
+ | | ''failonnomatch'' | No explicit mapping. To check if mask matches any file, you have to retrieve directory listing and search the listing for matching files. | | ||
For example the following most common script option prologue does not need any mapping to .NET assembly, providing you follow instructions for [[library_from_script#mode|mapping scripting modes to .NET assembly]] for individual batch operation commands. | For example the following most common script option prologue does not need any mapping to .NET assembly, providing you follow instructions for [[library_from_script#mode|mapping scripting modes to .NET assembly]] for individual batch operation commands. |