Indicates whether the current utility needs output files.
[Visual Basic] Function NeedOutput() As Boolean [C#] bool NeedOutput(); [C++] bool NeedOutput(); [JScript] function NeedOutput(): bool;
True if the utility needs output path information, false otherwise.
IUtilitySet Interface | Okapi.Library.Utility Namespace