Aspose::TeX::IO::IInputWorkingDirectory::GetFile method
IInputWorkingDirectory::GetFile method
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.
virtual System::SharedPtr<NamedStream> Aspose::TeX::IO::IInputWorkingDirectory::GetFile(System::String fileName, bool searchSubdirectories=false)=0
Parameter | Type | Description |
---|---|---|
fileName | System::String | The file name. |
searchSubdirectories | bool | Indicates whether to look for a file in subdirectories. |
ReturnValue
The named stream.
See Also
- Typedef SharedPtr
- Class NamedStream
- Class String
- Class IInputWorkingDirectory
- Namespace Aspose::TeX::IO
- Library Aspose.TeX for C++