Skip to main content

Module filesystem

Module filesystem 

Source
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§

NoOutputFileSystem
A FileSystem that does not write to the local physical file system. If a file is modified, its contents are kept in memory.
SourceReference
A SourceReference is a reference to a location in a file.
VirtualFile
A File that may live in memory or on the physical file system.
VirtualFileLineSource
A TextLineSource that lives in memory.

Traits§

File
A (virtual or physical) file.
FileLineSource
An abstraction over a TextLineSource that has a Path - i.e. represents the contents of a file.
FileSystem
A FileSystem provides access to files.

Type Aliases§

SourceRef