IInputWorkingDirectory class

IInputWorkingDirectory class

Interface of generalized input working directory.

The IInputWorkingDirectory type exposes the following members:

Methods

NameDescription
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