IOutputWorkingDirectory class

IOutputWorkingDirectory class

Interface of generalized output working directory.

The IOutputWorkingDirectory type exposes the following members:

Methods

MethodDescription
get_output_fileReturns 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.
get_fileReturns the stream to read from. 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.

See Also