IOutputWorkingDirectory class

IOutputWorkingDirectory class

Interface of generalized output working directory.

The IOutputWorkingDirectory type exposes the following members:

Methods

NameDescription
get_output_file(file_name)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.
get_file(file_name, search_subdirectories)Returns 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