Aspose::TeX::IO::OutputMemoryDirectory::GetFile method

OutputMemoryDirectory::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.

System::SharedPtr<NamedStream> Aspose::TeX::IO::OutputMemoryDirectory::GetFile(System::String fileName, bool searchSubdirectories=false) override
ParameterTypeDescription
fileNameSystem::StringThe file name.
searchSubdirectoriesboolIndicates whether to look for a file in subdirectories.

ReturnValue

The named stream.

See Also