Expand description
Accessing files on \input, \open/\write etc.
Modules§
- kpathsea
- An implementation of (the central part of) kpathsea, the path searching library used by TeX. Used by instantiating a Kpathsea instance with the working directory.
Structs§
- NoOutput
File System - A
FileSystemthat does not write to the local physical file system. If a file is modified, its contents are kept in memory. - Source
Reference - A
SourceReferenceis a reference to a location in a file. - Virtual
File - A
Filethat may live in memory or on the physical file system. - Virtual
File Line Source - A
TextLineSourcethat lives in memory.
Traits§
- File
- A (virtual or physical) file.
- File
Line Source - An abstraction over a
TextLineSourcethat has aPath- i.e. represents the contents of a file. - File
System - A
FileSystemprovides access to files.