Aspose::TeX::IO::InputFileSystemDirectory class

InputFileSystemDirectory class

Implements the regular file system’s method for getting a file stream to read from.

class InputFileSystemDirectory : public virtual Aspose::TeX::IO::IInputWorkingDirectory,
                                 public Aspose::TeX::IO::IFileCollector

Methods

MethodDescription
Dispose() overrideDisposes the instance.
GetFile(System::String, bool) overrideReturns the stream to read from.
GetFileNamesByExtension(System::String, System::String) overrideReturns the array of file names by an extension.
InputFileSystemDirectory(System::String)Creates new instance.

See Also