IOutputWorkingDirectory.GetOutputFile

IOutputWorkingDirectory.GetOutputFile method

Returns the stream to write to. MUST NOT return a null object. In case a stream cannot be returned, it MUST return a NamedStream object with a null Stream property value instead.

public NamedStream GetOutputFile(string fileName)
ParameterTypeDescription
fileNameStringThe file name.

Return Value

The named stream.

See Also