Interface IInputWorkingDirectory

IInputWorkingDirectory interface

Interface of generalized input working directory.

public interface IInputWorkingDirectory : IDisposable

Methods

NameDescription
GetFile(string, bool)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