TeXFileSystemOutputDirectory

TeXFileSystemOutputDirectory class

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

The TeXFileSystemOutputDirectory type exposes the following members:

Constructors

NameDescription
TeXFileSystemOutputDirectory(base_path)Initializes a new instance of the TeXFileSystemOutputDirectory class

Methods

NameDescription
get_file(file_name, full_name, search_subdirectories)Returns the stream to read from.
get_output_file(file_name, full_name)Returns the stream to write to.

See Also